Move PSM benchmark to a separated cluster. (#31223)

This PR moves the PSM benchmark away from the benchmark-prod2
cluster to psm-benchmarks-performance cluster. This is to avoid
any unexpected change on the OSS benchmarks due to the tuning
we may perform for PSM benchmarks.

The psm-benchmarks-performance cluster has 2 system nodes,
1 driver-ci and 2 worker-ci nodes. The node type is the same as
the benchmark-prod2 cluster.
pull/31238/head
Wanlin Du 2 years ago committed by GitHub
parent a9d3398010
commit cf917bc365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_psm_performance_gke_experiment.sh

@ -26,7 +26,7 @@ gcloud auth configure-docker
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing
gcloud container clusters get-credentials benchmarks-prod2 \
gcloud container clusters get-credentials psm-benchmarks-performance \
--zone us-central1-b --project grpc-testing
# Set up environment variables.

Loading…
Cancel
Save