Skip to content

Commit

Permalink
Merge 8d194bc into d2160ea
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed May 5, 2021
2 parents d2160ea + 8d194bc commit 002dfa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildscripts/kokoro/xds-k8s.sh
Expand Up @@ -4,9 +4,8 @@ set -eo pipefail
# Constants
readonly GITHUB_REPOSITORY_NAME="grpc-java"
# GKE Cluster
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-testing-api"
readonly GKE_CLUSTER_ZONE="us-west1-b"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://test-container.sandbox.googleapis.com/"
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a"
readonly GKE_CLUSTER_ZONE="us-central1-a"
## xDS test server/client Docker images
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"
Expand Down

0 comments on commit 002dfa3

Please sign in to comment.