Commit 44b1f63d authored by Robert Bailey's avatar Robert Bailey

Set the correct api endpoint for gke prod.

parent 08e9ef0e
...@@ -383,6 +383,7 @@ ...@@ -383,6 +383,7 @@
export PROJECT="k8s-jkns-e2e-gke-prod" export PROJECT="k8s-jkns-e2e-gke-prod"
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc" export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
export JENKINS_USE_SERVER_VERSION="y" export JENKINS_USE_SERVER_VERSION="y"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
export ZONE="asia-east1-b" export ZONE="asia-east1-b"
- 'gke-prod-parallel': - 'gke-prod-parallel':
description: 'Run E2E tests on GKE prod endpoint in parallel.' description: 'Run E2E tests on GKE prod endpoint in parallel.'
...@@ -391,6 +392,7 @@ ...@@ -391,6 +392,7 @@
export PROJECT="k8s-e2e-gke-prod-parallel" export PROJECT="k8s-e2e-gke-prod-parallel"
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc" export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
export JENKINS_USE_SERVER_VERSION="y" export JENKINS_USE_SERVER_VERSION="y"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]" export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y" export GINKGO_PARALLEL="y"
export ZONE="asia-east1-b" export ZONE="asia-east1-b"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment