aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_kokoro_performance_worker_from_image.sh
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-12-04 11:39:29 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-12-04 11:46:41 +0100
commit140cda9af0c12b520107079e0b23d062bf8657cc (patch)
treeb023cba5ab12781890c43c454a04308f939d99f1 /tools/gce/create_linux_kokoro_performance_worker_from_image.sh
parent13c9e1a27788e08c192571ab0a537770cb4d2541 (diff)
updates for grpc-performance-kokoro-v3 image
Diffstat (limited to 'tools/gce/create_linux_kokoro_performance_worker_from_image.sh')
-rwxr-xr-xtools/gce/create_linux_kokoro_performance_worker_from_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_kokoro_performance_worker_from_image.sh b/tools/gce/create_linux_kokoro_performance_worker_from_image.sh
index 0f7939be4c..28c49a66f2 100755
--- a/tools/gce/create_linux_kokoro_performance_worker_from_image.sh
+++ b/tools/gce/create_linux_kokoro_performance_worker_from_image.sh
@@ -22,7 +22,7 @@ cd "$(dirname "$0")"
CLOUD_PROJECT=grpc-testing
ZONE=us-central1-b # this zone allows 32core machines
-LATEST_PERF_WORKER_IMAGE=grpc-performance-kokoro-v2 # update if newer image exists
+LATEST_PERF_WORKER_IMAGE=grpc-performance-kokoro-v3 # update if newer image exists
INSTANCE_NAME="${1:-grpc-kokoro-performance-server}"
MACHINE_TYPE="${2:-n1-standard-32}"