[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.
pull/34155/head
Sergii Tkachenko 1 year ago committed by GitHub
parent c0ea95d93e
commit 5db072a656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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"

Loading…
Cancel
Save