Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the right variable to change the GKE zone. #23418

Merged
merged 1 commit into from
Mar 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
export PROJECT="k8s-jkns-e2e-gke-prod"
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
export JENKINS_USE_SERVER_VERSION="y"
export KUBE_GCE_ZONE="asia-east1-b"
export ZONE="asia-east1-b"
- 'gke-prod-parallel':
description: 'Run E2E tests on GKE prod endpoint in parallel.'
timeout: 80
Expand All @@ -393,7 +393,7 @@
export JENKINS_USE_SERVER_VERSION="y"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
export KUBE_GCE_ZONE="asia-east1-b"
export ZONE="asia-east1-b"
jobs:
- 'kubernetes-e2e-{suffix}'

Expand Down