From e98fa13a5733453b3df50c0a63b00b2d661b733f Mon Sep 17 00:00:00 2001 From: Donghao Qiu Date: Thu, 22 Jul 2021 12:25:48 -0700 Subject: [PATCH] change to new cluster prod2 (#26749) --- tools/internal_ci/linux/grpc_e2e_performance_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh index 52ecaf849e6..c811ce28b9c 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh +++ b/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-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.