Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: milo/Makefile

Issue 2981923002: [milo] add switch and switch-dev commands. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/Makefile
diff --git a/milo/Makefile b/milo/Makefile
index b7ef7dd8f2183f66c5ea86ebd0ce3ecead21f34e..29a58b721b382d8ac50daa2265161095ca4f27d6 100644
--- a/milo/Makefile
+++ b/milo/Makefile
@@ -37,6 +37,12 @@ up-dev-default:
up-dev-logs:
gcloud app deploy --project luci-milo-dev --version dev $(projdir)/logs/module-logs.yaml
+switch:
+ gcloud --project luci-milo app versions migrate $$(gae.py version -A luci-milo --app-dir $(projdir)/frontend/appengine)
+
+switch-dev:
+ gcloud --project luci-milo-dev app versions migrate $$(gae.py version -A luci-milo-dev --app-dir $(projdir)/frontend/appengine)
+
test:
go test ./...
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698