Chromium Code Reviews
DescriptionMigrate to the Google Cloud SDK.
The Cloud SDK replaces the App Engine SDK, and we want to migrate to be able to
use the updated documentation and take advantage of new features only available
using the Cloud SDK.
The new SDK has a workspace configuration feature, so after installing, you need
to set the project ID in order to deploy. Running the deployment script will
tell you this as well.
$ gcloud config set project chromeperf
Running `./bin/deploy` no longer deploys cron, index, and task queue configs.
You must pass the .yaml file(s) as a parameter. Deploying pinpoint is also now
`./bin/deploy pinpoint.yaml`. This is more explicit than the old behavior, and
allows you to update the pinpoint indexes/queues without deploying dashboard.
Everything else works the same as before.
BUG=catapult:#1407
Review-Url: https://codereview.chromium.org/2701113002
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/2242f1ab32bac4e1884b8b3c4de55c787bc5798a
Patch Set 1 #
Total comments: 10
Patch Set 2 : Comments, dashboard/__init__.py #Patch Set 3 : Work for both old and new SDKs. #
Messages
Total messages: 24 (10 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||