mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Fixes #21777 (e2e script refactor broke ubernetes-lite e2e tests)
This commit is contained in:
parent
cdbbeae3e5
commit
fcc4f34902
@ -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}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user