| 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..86672b145eb985562506b8520ae52980333f0f46 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):
|
| +MONITORING_IP_ADDRESS=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"}
|
|
|