From 5db072a65645a50c5dd8145c10d4a6c533228302 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Wed, 23 Aug 2023 21:27:15 -0400 Subject: [PATCH] [PSM Interop] Add GKE_CLUSTER_PSM_GAMMA option to the list of clusters (#34150) Reminder: changes to this file are picked up immediately by all tests/all branches/all langs. --- tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh b/tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh index 502809670ee..6012af87b12 100644 --- a/tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh +++ b/tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh @@ -50,6 +50,10 @@ activate_gke_cluster() { GKE_CLUSTER_NAME="psm-interop-security" GKE_CLUSTER_ZONE="us-central1-a" ;; + GKE_CLUSTER_PSM_GAMMA) + GKE_CLUSTER_NAME="psm-interop-gamma" + GKE_CLUSTER_ZONE="us-central1-a" + ;; GKE_CLUSTER_PSM_BASIC) GKE_CLUSTER_NAME="interop-test-psm-basic" GKE_CLUSTER_ZONE="us-central1-c"