From 12430aefc36035b13acad01eddfc2e350fafc79b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 6 Oct 2021 23:42:40 +0200 Subject: [PATCH] Run experimental 8core job on c2-standard-8 instances (#27627) * run experimental 8core job on c2-standard-8 instances * also switch 32core to c2-standard-30 --- tools/internal_ci/linux/grpc_e2e_performance_v2.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh index 85c80df6458..4ef8fab5f92 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh @@ -54,8 +54,9 @@ GRPC_GO_GITREF="$(git ls-remote https://github.com/grpc/grpc-go.git master | cut GRPC_JAVA_GITREF="$(git ls-remote https://github.com/grpc/grpc-java.git master | cut -f1)" # Kokoro jobs run on dedicated pools. DRIVER_POOL=drivers-ci -WORKER_POOL_8CORE=workers-8core-ci -WORKER_POOL_32CORE=workers-32core-ci +WORKER_POOL_8CORE=workers-c2-8core-ci +# c2-standard-30 is the closest machine spec to 32 core there is +WORKER_POOL_32CORE=workers-c2-30core-ci # Update go version. TEST_INFRA_GOVERSION=go1.17.1