Skip to content

Commit

Permalink
Fix overriding of junit results by using unique names for each e2e run
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Jan 2, 2020
1 parent 5f444b8 commit 8b0316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Expand Up @@ -1123,7 +1123,7 @@ main () {
# Run tests that are feature tagged, but non-alpha
# Ignore: Double quote to prevent globbing and word splitting.
# shellcheck disable=SC2086
if ! run_e2e parallel ${CSI_PROW_GINKO_PARALLEL} \
if ! run_e2e parallel-features ${CSI_PROW_GINKO_PARALLEL} \
-focus="External.Storage.*($(regex_join "${CSI_PROW_E2E_FOCUS}"))" \
-skip="$(regex_join "${CSI_PROW_E2E_SERIAL}")"; then
warn "E2E parallel features failed"
Expand Down

0 comments on commit 8b0316c

Please sign in to comment.