mirror of https://github.com/grpc/grpc-java.git
buildscripts: switch xds-k8s cluster to 1.20.x
This commit is contained in:
parent
c0eca6de25
commit
976daf2dd0
|
|
@ -4,9 +4,8 @@ set -eo pipefail
|
||||||
# Constants
|
# Constants
|
||||||
readonly GITHUB_REPOSITORY_NAME="grpc-java"
|
readonly GITHUB_REPOSITORY_NAME="grpc-java"
|
||||||
# GKE Cluster
|
# GKE Cluster
|
||||||
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-testing-api"
|
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a"
|
||||||
readonly GKE_CLUSTER_ZONE="us-west1-b"
|
readonly GKE_CLUSTER_ZONE="us-central1-a"
|
||||||
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://test-container.sandbox.googleapis.com/"
|
|
||||||
## xDS test server/client Docker images
|
## xDS test server/client Docker images
|
||||||
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
|
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
|
||||||
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"
|
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue