Skip to content

Commit 2850a26

Browse files
authored
Merge pull request #30960 from jiahuif-forks/tests/pull-kubernetes-e2e-kind-alpha-features
pull-kubernetes-e2e-kind-alpha-features: enable also beta features
2 parents 035c71e + 03b7f24 commit 2850a26

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: "."
314314
- name: SKIP

0 commit comments

Comments
 (0)