upgrade perf workers to ubuntu 16.04

pull/8375/head
Jan Tattermusch 8 years ago
parent 8e258d3a7a
commit 1152292da0
  1. 3
      tools/gce/create_linux_performance_worker.sh

@ -48,7 +48,8 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type $MACHINE_TYPE \
--image ubuntu-15-10 \
--image-project ubuntu-os-cloud \
--image-family ubuntu-1604-lts \
--boot-disk-size 300 \
--scopes https://www.googleapis.com/auth/bigquery

Loading…
Cancel
Save