Skip to content

Commit

Permalink
Fixes kubernetes#21777 (e2e script refactor broke ubernetes-lite e2e …
Browse files Browse the repository at this point in the history
…tests)
  • Loading branch information
Quinton Hoole committed Feb 23, 2016
1 parent cdbbeae commit fcc4f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/jenkins/job-configs/kubernetes-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
job-env: |
export PROJECT="k8s-jkns-e2e-gce-ubelite"
export MULTIZONE="true"
export KUBE_GCE_ZONE=""
export E2E_ZONES="us-central1-a us-central1-b us-central1-f"
export E2E_ZONES="us-central1-a us-central1-b us-central1-f" # Where the nodes reside. Master is in the first one.
export KUBE_GCE_ZONE="us-central1-a" # Where the master resides - hangover due to legacy scripts.
jobs:
- 'kubernetes-e2e-{suffix}'

Expand Down

0 comments on commit fcc4f34

Please sign in to comment.