aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-23 11:40:39 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-23 11:40:39 +0100
commit943cbbf3ba9822c7cb60f49b59d7a2169649f6a2 (patch)
tree934208315973a5cb41a982d587fc8cca029439cc /tools
parent20e7074e4101b4fdbae1764caa952301b38957c4 (diff)
use ubuntu-1710 for perf worker images
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gce/create_linux_kokoro_performance_worker.sh2
-rwxr-xr-xtools/gce/create_linux_performance_worker.sh2
2 files changed, 2 insertions, 2 deletions
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