commit | eee9e7354a86e6826e9ff77020e54dda4be7733f | [log] [tgz] |
---|---|---|
author | chromeos-ci-prod <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> | Tue Jul 30 03:52:56 2024 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 30 03:58:07 2024 |
tree | 4742367fb7bf436cd5950cd3614b6281d42df1c8 | |
parent | 052729270cab713958f1491bf2be36480126658d [diff] |
Automatic config update Generated by StarDoctor, see https://cr-buildbucket.appspot.com/build/8741019313637722145 for the recipe. BUG=None TEST=regenerated configs Change-Id: I8414365ac9b68be4c864cc6bcf8990f25a9d0790 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/suite_scheduler/+/5747868 Commit-Queue: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Bot-Commit: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
suite-scheduler is an AppEngine Standard Python Environment V1 application. You need the Google Cloud SDK's AppEngine Python component to develop and deploy this application:
gcloud auth login <username>@google.com
./install_gcp_reqs
Suite-scheduler development must be done in the standard Chrome OS source checkout but entirely outside the Chrome OS chroot environment.
suite-scheduler uses depot_tools/vpython
to provide a stable environment for development and release.
First, make sure you have depot_tools installed and stored within your $PATH
Then, to (re)initialize developer environment, run
bin/setup_environment
For testing changes beyond to the configs/
directory, and for deploying suite-scheduler, you must also obtain certain service credentials used by suite-scheduler.
bin/setup_environment --load-creds
If you get failures when trying to download credentials,
gcloud auth list
.Changes must be validated with the full test suite:
bin/run_tests bin/run_tests --debug # More verbose
These tests include some integration tests that can take over 5 minutes to run.
** WARNING: suite-scheduler unittests do not currently run in presubmit. You MUST ensure that unit-tests pass locally for your change. **
Changes to suite-scheduler configs are made in config-internal, as of 2020. Detailed instructions on adding/editing config files can be found at go/ss-configs.
There are two instances of suite-scheduler:
Detailed deployment instructions can be found at go/suite-scheduler#deployment.