Change master continuous integration test to run on benchmarks-prod2 cluster (#26891)

pull/26894/head
Donghao Qiu 4 years ago committed by GitHub
parent 84b9bda290
commit 98239e5272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 2
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -24,9 +24,9 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# pre-built images in the optimization.
gcloud auth configure-docker
# Connect to benchmarks-prod cluster.
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing
gcloud container clusters get-credentials benchmarks-prod \
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.

@ -24,7 +24,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# pre-built images in the optimization.
gcloud auth configure-docker
# Connect to benchmarks-prod cluster.
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing
gcloud container clusters get-credentials benchmarks-prod2 \
--zone us-central1-b --project grpc-testing

Loading…
Cancel
Save