Skip to content

Commit

Permalink
Merge pull request openshift#61 from msau42/enable-snapshots
Browse files Browse the repository at this point in the history
Fix overriding of junit results
  • Loading branch information
k8s-ci-robot committed Jan 2, 2020
2 parents 5f444b8 + 8b0316c commit 3c463fb
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 3c463fb

Please sign in to comment.