Skip to content

Commit 03b7f24

Browse files
committed
enable also beta features for e2e-kind-alpha-features.
1 parent 1223414 commit 03b7f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ presubmits:
306306
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
307307
env:
308308
- name: FEATURE_GATES
309-
value: '{"AllAlpha":true}'
309+
value: '{"AllAlpha":true,"AllBeta":true}'
310310
- name: RUNTIME_CONFIG
311-
value: '{"api/alpha":"true"}'
311+
value: '{"api/all":"true"}'
312312
- name: FOCUS
313313
value: \[Alpha\]
314314
- name: SKIP

0 commit comments

Comments
 (0)