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

Unified Diff: compute_engine_scripts/monitoring/vm_push_update.sh

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 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
Index: compute_engine_scripts/monitoring/vm_push_update.sh
diff --git a/compute_engine_scripts/monitoring/vm_push_update.sh b/compute_engine_scripts/monitoring/vm_push_update.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c1bda35e6e334795254a63112f48e9534a059f8b
--- /dev/null
+++ b/compute_engine_scripts/monitoring/vm_push_update.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# Update the code running on skiamonitor.com.
+#
+
+source ../buildbots/vm_config.sh
+
+gcutil --project=$PROJECT_ID ssh --ssh_user=$PROJECT_USER skia-monitoring-$ZONE_TAG \
+ "cd ~/buildbot;" \
+ "git pull;" \
+ "cd compute_engine_scripts/monitoring;" \
+ "./graphite_setup.sh"

Powered by Google App Engine
This is Rietveld 408576698