Change experimental performance test to run on original cluster (#26877)

pull/26898/head
Donghao Qiu 4 years ago committed by GitHub
parent c6cb5af87d
commit 9cda17468b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -26,7 +26,7 @@ gcloud auth configure-docker
# Connect to benchmarks-prod cluster.
gcloud config set project grpc-testing
gcloud container clusters get-credentials benchmarks-kb3 \
gcloud container clusters get-credentials benchmarks-prod2 \
--zone us-central1-b --project grpc-testing
# List tests that have running pods and are in errored state.

Loading…
Cancel
Save