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

Unified Diff: compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh

Issue 199843006: Telemetry instances should now be created with rtb-n1-standard-8-d (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 9 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 | « no previous file | compute_engine_scripts/telemetry/vm_create_cluster.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh
diff --git a/compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh b/compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh
index a9a6cd128743fe512ee45ce54e1f5c463ca4613e..5127ec4b705d962a15a990e859151dab4143dd6f 100644
--- a/compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh
+++ b/compute_engine_scripts/telemetry/telemetry_master_scripts/vm_recover_slaves_from_crashes.sh
@@ -35,7 +35,7 @@ for SLAVE_NUM in $(seq 1 $NUM_SLAVES); do
--service_account_scopes="https://www.googleapis.com/auth/devstorage.full_control" \
--network=skia \
--image=skiatelemetry-3-0-v20131101 \
- --machine_type=n1-standard-4-d \
+ --machine_type=rtb-n1-standard-8-d \
--external_ip_address=108.170.222.${SLAVE_NUM} \
--nopersistent_boot_disk \
--service_version=v1beta16
« no previous file with comments | « no previous file | compute_engine_scripts/telemetry/vm_create_cluster.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698