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 bd02cfc5f14ba7374bd5a0fda5763ee13465ee84..bba08673dcaa68143622bcf6ca7740e7b6c8fe36 100755 |
--- a/compute_engine_scripts/buildbots/vm_config.sh |
+++ b/compute_engine_scripts/buildbots/vm_config.sh |
@@ -24,10 +24,12 @@ 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): |
+# 108.170.220.59 |
# rebaseline_server names, type and their IP addresses to use for each zone. |
VM_REBASELINESERVER_NAMES=${VM_REBASELINESERVER_NAMES:="rebaseline-server-1"} |