Set the correct api endpoint for gke prod.

This commit is contained in:
Robert Bailey 2016-03-25 15:34:55 -07:00
parent 08e9ef0ef9
commit 44b1f63d16

View File

@ -383,6 +383,7 @@
export PROJECT="k8s-jkns-e2e-gke-prod"
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
export JENKINS_USE_SERVER_VERSION="y"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
export ZONE="asia-east1-b"
- 'gke-prod-parallel':
description: 'Run E2E tests on GKE prod endpoint in parallel.'
@ -391,6 +392,7 @@
export PROJECT="k8s-e2e-gke-prod-parallel"
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
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_PARALLEL="y"
export ZONE="asia-east1-b"