ubuntu-1610 image does not exist anymore

pull/12386/head
Jan Tattermusch 7 years ago
parent 89e68acb50
commit 0ebdc160d4
  1. 2
      tools/gce/create_linux_performance_worker.sh

@ -34,7 +34,7 @@ gcloud compute instances create $INSTANCE_NAME \
--zone "$ZONE" \
--machine-type $MACHINE_TYPE \
--image-project ubuntu-os-cloud \
--image-family ubuntu-1610 \
--image-family ubuntu-1704 \
--boot-disk-size 300 \
--scopes https://www.googleapis.com/auth/bigquery

Loading…
Cancel
Save