diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-09-06 11:56:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 11:56:14 +0200 |
commit | 23b0102fd97b6487e3dd9f3d633234fc05898032 (patch) | |
tree | 201ac424d9963d094a16c76261778b9116af70eb /tools | |
parent | 5314616e24aaa5ef8f638658bf519fa019bd9036 (diff) | |
parent | 0ebdc160d416f7712009edf7c26648da89880954 (diff) |
Merge pull request #12386 from jtattermusch/perfworker_script
Update the perfworker creation script
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gce/create_linux_performance_worker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh index 9b85f7b437..7f53732c05 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-1610 \ + --image-family ubuntu-1704 \ --boot-disk-size 300 \ --scopes https://www.googleapis.com/auth/bigquery |