From 943cbbf3ba9822c7cb60f49b59d7a2169649f6a2 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 23 Jan 2018 11:40:39 +0100 Subject: use ubuntu-1710 for perf worker images --- tools/gce/create_linux_kokoro_performance_worker.sh | 2 +- tools/gce/create_linux_performance_worker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/gce/create_linux_kokoro_performance_worker.sh b/tools/gce/create_linux_kokoro_performance_worker.sh index 0fdb43cf16..a25cc5b6a3 100755 --- a/tools/gce/create_linux_kokoro_performance_worker.sh +++ b/tools/gce/create_linux_kokoro_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 diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh index 4270f5cbfb..e3bc1d577d 100755 --- a/tools/gce/create_linux_performance_worker.sh +++ b/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-1704 \ + --image-family ubuntu-1710 \ --boot-disk-size 300 \ --scopes https://www.googleapis.com/auth/bigquery \ --tags=allow-ssh -- cgit v1.2.3