We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f444b8 commit 8b0316cCopy full SHA for 8b0316c
prow.sh
@@ -1123,7 +1123,7 @@ main () {
1123
# Run tests that are feature tagged, but non-alpha
1124
# Ignore: Double quote to prevent globbing and word splitting.
1125
# shellcheck disable=SC2086
1126
- if ! run_e2e parallel ${CSI_PROW_GINKO_PARALLEL} \
+ if ! run_e2e parallel-features ${CSI_PROW_GINKO_PARALLEL} \
1127
-focus="External.Storage.*($(regex_join "${CSI_PROW_E2E_FOCUS}"))" \
1128
-skip="$(regex_join "${CSI_PROW_E2E_SERIAL}")"; then
1129
warn "E2E parallel features failed"
0 commit comments