Skip to content

Commit 40f70ca

Browse files
authored
Change to a non-workload-identity GKE cluster (grpc#8461)
Part of grpc/grpc#27189 and b/198291728. By disabling the workload identity, we should be able to run tests faster and avoid future IAM policy size issue. Kokoro run: https://fusion2.corp.google.com/invocations/b52b1684-47de-406d-a9f6-644909755f34/targets
1 parent 5cc94a5 commit 40f70ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildscripts/kokoro/xds_url_map.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -eo pipefail
44
# Constants
55
readonly GITHUB_REPOSITORY_NAME="grpc-java"
66
# GKE Cluster
7-
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a"
8-
readonly GKE_CLUSTER_ZONE="us-central1-a"
7+
readonly GKE_CLUSTER_NAME="interop-test-psm-basic"
8+
readonly GKE_CLUSTER_ZONE="us-central1-c"
99
## xDS test client Docker images
1010
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"
1111
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"

0 commit comments

Comments
 (0)