File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : E2E tests
22on :
3+ schedule :
4+ - cron : ' 0 1 * * *'
35 workflow_dispatch :
46
57jobs :
Original file line number Diff line number Diff line change @@ -360,8 +360,8 @@ SKIP_CLEANUP ?= false
360360SKIP_CREATE_MGMT_CLUSTER ?= false
361361
362362.PHONY : test-e2e-run
363- test-e2e-run : $(GINKGO ) e2e-image # # Run the end-to-end tests
364- time $(GINKGO ) -v --trace -poll-progress-after=$(GINKGO_POLL_PROGRESS_AFTER ) -poll-progress-interval=$(GINKGO_POLL_PROGRESS_INTERVAL ) \
363+ test-e2e-run : $(GINKGO ) $( KUSTOMIZE ) e2e-image # # Run the end-to-end tests
364+ CAPI_KUSTOMIZE_PATH= " $( KUSTOMIZE ) " time $(GINKGO ) -v --trace -poll-progress-after=$(GINKGO_POLL_PROGRESS_AFTER ) -poll-progress-interval=$(GINKGO_POLL_PROGRESS_INTERVAL ) \
365365 --tags=e2e --focus=" $( GINKGO_FOCUS) " -skip=" $( GINKGO_SKIP) " --nodes=$(GINKGO_NODES ) --no-color=$(GINKGO_NOCOLOR ) \
366366 --timeout=$(GINKGO_TIMEOUT ) --output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" $(GINKGO_ARGS ) ./test/e2e -- \
367367 -e2e.artifacts-folder=" $( ARTIFACTS) " \
You can’t perform that action at this time.
0 commit comments