switch main benchmark CI job to c2 class worker pools (#27652)

pull/27658/head
Jan Tattermusch 3 years ago committed by GitHub
parent 9d9fa4c139
commit 9c33c690b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save