diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index 3a4723aeccc..4f0f2656f07 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.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. diff --git a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh index 62233277751..882f4a3bd4c 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh @@ -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