From 74cdfea02552d806f127101e8ce7ae3709f6f9af Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 18 Feb 2016 16:20:59 -0800 Subject: [PATCH] Fix small typo in ubernetes-lite E2E_ZONES Also fix name of MULTIZONE env var --- hack/jenkins/e2e.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index aed5388370a..b37fdb56a6b 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -153,14 +153,14 @@ case ${JOB_NAME} in export GINKGO_PARALLEL="y" export PROJECT="k8s-jkns-e2e-gce-slow" ;; - + # Runs all non-flaky, non-slow tests on GCE, sequentially, # and in a multi-zone ("Ubernetes Lite") cluster. kubernetes-e2e-gce-ubernetes-lite) export PROJECT="k8s-jkns-e2e-gce-ubelite" - export E2E_MULTIZONE="true" + 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" ;; # Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.