aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-14 16:40:39 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-14 17:01:49 +0200
commit1152292da0666565b2b6e929076efee027c1c732 (patch)
tree7a830c809c031cff827d697f8c9d3fb48fa6e1b4 /tools/gce
parent8e258d3a7a25b5ec71cc7b59c02ea704e7094b48 (diff)
upgrade perf workers to ubuntu 16.04
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/create_linux_performance_worker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh
index c9a0ffa4e1..2c8cf0b96b 100755
--- a/tools/gce/create_linux_performance_worker.sh
+++ b/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