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
pull/27630/head^2
Jan Tattermusch 3 years ago committed by GitHub
parent bc848c9a88
commit 12430aefc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save