mirror of https://github.com/grpc/grpc-node.git
Fix cluster references
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
This commit is contained in:
parent
ce169c22b4
commit
30bf5a1bac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue