Commit 2524249a authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21779 from quinton-hoole/2016-02-23-fix-ubelite-e2e-zone-config

Auto commit by PR queue bot
parents 8f0ab31d fcc4f349
...@@ -156,8 +156,8 @@ ...@@ -156,8 +156,8 @@
job-env: | job-env: |
export PROJECT="k8s-jkns-e2e-gce-ubelite" export PROJECT="k8s-jkns-e2e-gce-ubelite"
export MULTIZONE="true" export MULTIZONE="true"
export KUBE_GCE_ZONE="" export E2E_ZONES="us-central1-a us-central1-b us-central1-f" # Where the nodes reside. Master is in the first one.
export E2E_ZONES="us-central1-a us-central1-b us-central1-f" export KUBE_GCE_ZONE="us-central1-a" # Where the master resides - hangover due to legacy scripts.
jobs: jobs:
- 'kubernetes-e2e-{suffix}' - 'kubernetes-e2e-{suffix}'
......
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