use ubuntu-1710 for perf worker images

pull/14136/head
Jan Tattermusch 7 years ago
parent 20e7074e41
commit 943cbbf3ba
  1. 2
      tools/gce/create_linux_kokoro_performance_worker.sh
  2. 2
      tools/gce/create_linux_performance_worker.sh

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

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

Loading…
Cancel
Save