Fix cluster references

Co-authored-by: Sergii Tkachenko <hi@sergii.org>
This commit is contained in:
Michael Lumish 2022-05-23 16:19:07 -07:00 committed by GitHub
parent ce169c22b4
commit 30bf5a1bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ main() {
echo "Sourcing test driver install script from: ${TEST_DRIVER_INSTALL_SCRIPT_URL}"
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"
activate_gke_cluster GKE_CLUSTER_PSM_SECURITY
activate_secondary_gke_cluster GKE_CLUSTER_PSM_SECURITY
activate_gke_cluster GKE_CLUSTER_PSM_LB
activate_secondary_gke_cluster GKE_CLUSTER_PSM_LB
set -x
if [[ -n "${KOKORO_ARTIFACTS_DIR}" ]]; then