From 9c33c690b49b25bcdb08b7cbaa02e6eb0d2702e7 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 8 Oct 2021 17:01:58 +0200 Subject: [PATCH] switch main benchmark CI job to c2 class worker pools (#27652) --- tools/internal_ci/linux/grpc_e2e_performance_gke.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index e390ca8b967..be6c95c3023 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh @@ -56,8 +56,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