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

Unified Diff: appengine/sheriff_o_matic/makefile

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add noncululativedistribution metric to ts_mon imports Created 5 years, 4 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 | « appengine/sheriff_o_matic/dispatch.yaml ('k') | appengine/sheriff_o_matic/ts_alerts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/sheriff_o_matic/makefile
diff --git a/appengine/sheriff_o_matic/makefile b/appengine/sheriff_o_matic/makefile
index c105ca280a9be2f9b637187a2d3e5a4d3c9efd8a..67edc7f328fa248638e8b2c5952bb89e72149de1 100644
--- a/appengine/sheriff_o_matic/makefile
+++ b/appengine/sheriff_o_matic/makefile
@@ -13,9 +13,16 @@ vulcanize:
./node_modules/vulcanize/bin/vulcanize sheriff-o-matic.html -o gen/index.html
deploy-staging: vulcanize
- appcfg.py --oauth2 update -A sheriff-o-matic-staging . --version `git rev-parse --short HEAD`
+ appcfg.py update_dispatch -A sheriff-o-matic-staging .
+ appcfg.py update -A sheriff-o-matic-staging . --version `git rev-parse --short HEAD`
+
+deploy-staging-monitoring:
+ appcfg.py update -A sheriff-o-matic-staging appengine_module/gae_ts_mon/monitoring.yaml --version `git rev-parse --short HEAD`
deploy-prod: vulcanize
- appcfg.py --oauth2 update . --version `git rev-parse --short HEAD`
+ appcfg.py update . --version `git rev-parse --short HEAD`
+ appcfg.py update_dispatch -A sheriff-o-matic .
+ appcfg.py update -A sheriff-o-matic appengine_module/gae_ts_mon/monitoring.yaml --version `git rev-parse --short HEAD`
.PHONY: test single-test
+
« no previous file with comments | « appengine/sheriff_o_matic/dispatch.yaml ('k') | appengine/sheriff_o_matic/ts_alerts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698