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

Commit 8b0316c

Browse files
committed
Fix overriding of junit results by using unique names for each e2e run
1 parent 5f444b8 commit 8b0316c

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)