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

Unified Diff: compute_engine_scripts/buildbots/vm_config.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/buildbots/vm_config.sh
diff --git a/compute_engine_scripts/buildbots/vm_config.sh b/compute_engine_scripts/buildbots/vm_config.sh
index bca257843d77c61eda5e5035d9855eecb6a0bc4e..fa949ef9d377a5fdae6dffcfbb5f0a782f465037 100755
--- a/compute_engine_scripts/buildbots/vm_config.sh
+++ b/compute_engine_scripts/buildbots/vm_config.sh
@@ -24,10 +24,14 @@ SLAVES_MACHINE_TYPE="n1-standard-2"
SLAVE_IP_ADDRESSES="108.170.220.73 108.170.220.26 108.170.220.96 108.170.220.108 108.170.220.55 108.170.220.69"
# The following IP addresses are reserved for skia-android-canary:
# 108.170.220.94
-# The following IP address is used by webtry (jcgregorio's instance):
+# The following IP address is used by skia-webtry (jcgregorio's instance):
# 108.170.220.126
# The following IP address is used by skia-perf (bensong's instance):
# 108.170.220.208
+# The following IP address is used by skia-monitor (jcgregorio's instance):
+MONITORING_IP_ADDRESS=108.170.220.59
+MONITORING_IMAGE=backports-debian-7-wheezy-v20140331
+MONITORING_MACHINE_TYPE=n1-standard-1
# rebaseline_server names, type and their IP addresses to use for each zone.
VM_REBASELINESERVER_NAMES=${VM_REBASELINESERVER_NAMES:="rebaseline-server-1"}

Powered by Google App Engine
This is Rietveld 408576698