Skip to content

Commit 7aaac22

Browse files
committed
prow.sh: remove AllAlpha=all, part II
This was already meant to be done earlier in cda2fc5. While at it, extend the permanent TODO with guidance on future feature gates.
1 parent 6617773 commit 7aaac22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prow.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,9 @@ configvar CSI_PROW_E2E_ALPHA "$(get_versioned_variable CSI_PROW_E2E_ALPHA "${csi
268268
# it anymore for older releases.
269269
configvar CSI_PROW_E2E_ALPHA_GATES_1_13 'VolumeSnapshotDataSource=true,BlockVolume=true,CSIBlockVolume=true' "alpha feature gates for Kubernetes 1.13"
270270
configvar CSI_PROW_E2E_ALPHA_GATES_1_14 'VolumeSnapshotDataSource=true,ExpandCSIVolumes=true' "alpha feature gates for Kubernetes 1.14"
271-
# TODO: add new CSI_PROW_ALPHA_GATES entry for future Kubernetes releases
272-
configvar CSI_PROW_E2E_ALPHA_GATES_LATEST 'AllAlpha=true,ExpandCSIVolumes=true' "alpha feature gates for latest Kubernetes"
271+
# TODO: add new CSI_PROW_ALPHA_GATES_xxx entry for future Kubernetes releases and
272+
# add new gates to CSI_PROW_E2E_ALPHA_GATES_LATEST.
273+
configvar CSI_PROW_E2E_ALPHA_GATES_LATEST 'VolumeSnapshotDataSource=true,ExpandCSIVolumes=true' "alpha feature gates for latest Kubernetes"
273274
configvar CSI_PROW_E2E_ALPHA_GATES "$(get_versioned_variable CSI_PROW_E2E_ALPHA_GATES "${csi_prow_kubernetes_version_suffix}")" "alpha E2E feature gates"
274275

275276
# Some tests are known to be unusable in a KinD cluster. For example,

0 commit comments

Comments
 (0)