File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ test-e2e: $(ENVSUBST) $(KUBECTL) $(GINKGO) e2e-image ## Run the end-to-end tests
317317 $(ENVSUBST ) < $(E2E_CONF_FILE ) > $(E2E_CONF_FILE_ENVSUBST ) && \
318318 time $(GINKGO ) -v --trace -poll-progress-after=$(GINKGO_POLL_PROGRESS_AFTER ) -poll-progress-interval=$(GINKGO_POLL_PROGRESS_INTERVAL ) \
319319 --tags=e2e --focus=" $( GINKGO_FOCUS) " -skip=" $( GINKGO_SKIP) " --nodes=$(GINKGO_NODES ) --no-color=$(GINKGO_NOCOLOR ) \
320- --timeout=$(GINKGO_TIMEOUT ) --output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" $(GINKGO_ARGS ) ./test/e2e -- \
320+ --timeout=$(GINKGO_TIMEOUT ) --output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" --fail-fast $(GINKGO_ARGS ) ./test/e2e -- \
321321 -e2e.artifacts-folder=" $( ARTIFACTS) " \
322322 -e2e.config=" $( E2E_CONF_FILE_ENVSUBST) " \
323323 -e2e.skip-resource-cleanup=$(SKIP_CLEANUP ) \
You can’t perform that action at this time.
0 commit comments