mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Fix small typo in ubernetes-lite E2E_ZONES
Also fix name of MULTIZONE env var
This commit is contained in:
parent
1c1c57719a
commit
74cdfea025
@ -153,14 +153,14 @@ case ${JOB_NAME} in
|
|||||||
export GINKGO_PARALLEL="y"
|
export GINKGO_PARALLEL="y"
|
||||||
export PROJECT="k8s-jkns-e2e-gce-slow"
|
export PROJECT="k8s-jkns-e2e-gce-slow"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Runs all non-flaky, non-slow tests on GCE, sequentially,
|
# Runs all non-flaky, non-slow tests on GCE, sequentially,
|
||||||
# and in a multi-zone ("Ubernetes Lite") cluster.
|
# and in a multi-zone ("Ubernetes Lite") cluster.
|
||||||
kubernetes-e2e-gce-ubernetes-lite)
|
kubernetes-e2e-gce-ubernetes-lite)
|
||||||
export PROJECT="k8s-jkns-e2e-gce-ubelite"
|
export PROJECT="k8s-jkns-e2e-gce-ubelite"
|
||||||
export E2E_MULTIZONE="true"
|
export MULTIZONE="true"
|
||||||
export KUBE_GCE_ZONE=""
|
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.
|
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
|
||||||
|
Loading…
Reference in New Issue
Block a user