File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
# Only these tests make sense for csi-driver-nfs until we can integrate k/k
20
20
# e2es.
21
21
: ${CSI_PROW_TESTS:= " unit" }
22
+ : ${CSI_PROW_E2E_GATES_v1_24:= " GenericEphemeralVolume=true,CSIStorageCapacity=true,PodSecurity=false" }
22
23
23
24
. release-tools/prow.sh
24
25
Original file line number Diff line number Diff line change @@ -1253,8 +1253,9 @@ main () {
1253
1253
focus=" ($focus |CSI.mock.volume)"
1254
1254
fi
1255
1255
1256
- if tests_need_non_alpha_cluster; then
1257
- start_cluster || die " starting the non-alpha cluster failed"
1256
+ if tests_need_non_alpha_cluster && [ " ${CSI_PROW_E2E_GATES_v1_24} " ]; then
1257
+ # Need to (re)create the cluster.
1258
+ start_cluster " ${CSI_PROW_E2E_GATES_v1_24} " || die " starting alpha cluster failed"
1258
1259
1259
1260
# Install necessary snapshot CRDs and snapshot controller
1260
1261
install_snapshot_crds
You can’t perform that action at this time.
0 commit comments