Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 3c463fb

Browse files
authored
Merge pull request #61 from msau42/enable-snapshots
Fix overriding of junit results
2 parents 5f444b8 + 8b0316c commit 3c463fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ main () {
11231123
# Run tests that are feature tagged, but non-alpha
11241124
# Ignore: Double quote to prevent globbing and word splitting.
11251125
# shellcheck disable=SC2086
1126-
if ! run_e2e parallel ${CSI_PROW_GINKO_PARALLEL} \
1126+
if ! run_e2e parallel-features ${CSI_PROW_GINKO_PARALLEL} \
11271127
-focus="External.Storage.*($(regex_join "${CSI_PROW_E2E_FOCUS}"))" \
11281128
-skip="$(regex_join "${CSI_PROW_E2E_SERIAL}")"; then
11291129
warn "E2E parallel features failed"

0 commit comments

Comments
 (0)