@@ -99,7 +99,7 @@ test-e2e: $(BINDATA)
9999test-e2e-local : $(BINDATA ) performance-profile-creator-tests gather-sysinfo-tests
100100 $(GO_BUILD_RECIPE )
101101 for d in performanceprofile/functests-render-command/1_render_command; do \
102- $(GO ) test -v -timeout 40m ./test/e2e/$$ d -ginkgo.v -ginkgo.no-color -ginkgo.fail-fast || exit ; \
102+ $(GO ) test -v -timeout 40m ./test/e2e/$$ d -ginkgo.v -ginkgo.no-color || exit ; \
103103 done
104104
105105# This target ensures /manifests directory is up-to-date. It takes advantage of yaml patching functionality of
@@ -211,7 +211,7 @@ pao-functests: cluster-label-worker-cnf pao-functests-only
211211pao-functests-only : $(BINDATA )
212212 @echo " Cluster Version"
213213 hack/show-cluster-version.sh
214- hack/run-test.sh -t " test/e2e/performanceprofile/functests/0_config test/e2e/performanceprofile/functests/1_performance test/e2e/performanceprofile/functests/6_mustgather_testing test/e2e/performanceprofile/functests/10_performance_ppc" -p " -v -r --fail-fast -- flake-attempts=2 --junit-report=report.xml" -m " Running Functional Tests"
214+ hack/run-test.sh -t " test/e2e/performanceprofile/functests/0_config test/e2e/performanceprofile/functests/1_performance test/e2e/performanceprofile/functests/6_mustgather_testing test/e2e/performanceprofile/functests/10_performance_ppc" -p " -v -r --flake-attempts=2 --junit-report=report.xml" -m " Running Functional Tests"
215215
216216.PHONY : pao-functests-updating-profile
217217pao-functests-updating-profile : cluster-label-worker-cnf pao-functests-update-only
@@ -235,19 +235,19 @@ pao-functests-performance-workloadhints: cluster-label-worker-cnf pao-functests-
235235pao-functests-performance-workloadhints-only : $(BINDATA )
236236 @echo " Cluster Version"
237237 hack/show-cluster-version.sh
238- hack/run-test.sh -t " test/e2e/performanceprofile/functests/0_config test/e2e/performanceprofile/functests/8_performance_workloadhints" -p " -v -r --fail-fast -- flake-attempts=2 --timeout=5h --junit-report=report.xml" -m " Running Functional WorkloadHints Tests"
238+ hack/run-test.sh -t " test/e2e/performanceprofile/functests/0_config test/e2e/performanceprofile/functests/8_performance_workloadhints" -p " -v -r --flake-attempts=2 --timeout=5h --junit-report=report.xml" -m " Running Functional WorkloadHints Tests"
239239
240240.PHONY : pao-functests-latency-testing
241241pao-functests-latency-testing : dist-latency-tests $(BINDATA )
242242 @echo " Cluster Version"
243243 hack/show-cluster-version.sh
244- hack/run-test.sh -t " ./test/e2e/performanceprofile/functests/0_config ./test/e2e/performanceprofile/functests/5_latency_testing" -p " -v -r --fail-fast -- flake-attempts=2 --timeout=5h --junit-report=report.xml" -m " Running Functionalconfiguration latency Tests"
244+ hack/run-test.sh -t " ./test/e2e/performanceprofile/functests/0_config ./test/e2e/performanceprofile/functests/5_latency_testing" -p " -v -r --flake-attempts=2 --timeout=5h --junit-report=report.xml" -m " Running Functionalconfiguration latency Tests"
245245
246246.PHONY : pao-functests-mixedcpus
247247pao-functests-mixedcpus : $(BINDATA )
248248 @echo " Cluster Version"
249249 hack/show-cluster-version.sh
250- hack/run-test.sh -t " ./test/e2e/performanceprofile/functests/0_config ./test/e2e/performanceprofile/functests/11_mixedcpus" -p " -v -r --fail-fast -- flake-attempts=2 --junit-report=report.xml" -m " Running MixedCPUs Tests"
250+ hack/run-test.sh -t " ./test/e2e/performanceprofile/functests/0_config ./test/e2e/performanceprofile/functests/11_mixedcpus" -p " -v -r --flake-attempts=2 --junit-report=report.xml" -m " Running MixedCPUs Tests"
251251
252252.PHONY : pao-functests-hypershift
253253pao-functests-hypershift : $(BINDATA )
@@ -275,7 +275,7 @@ arm-kernelpagesize: $(BINDATA)
275275.PHONY : performance-profile-creator-tests
276276performance-profile-creator-tests : build-performance-profile-creator
277277 @echo " Running Performance Profile Creator Tests"
278- hack/run-test.sh -t " test/e2e/performanceprofile/functests-performance-profile-creator" -p " --v -r --fail-fast -- flake-attempts=2" -m " Running Functional Tests" -r " --junit-report=/tmp/artifacts"
278+ hack/run-test.sh -t " test/e2e/performanceprofile/functests-performance-profile-creator" -p " --v -r --flake-attempts=2" -m " Running Functional Tests" -r " --junit-report=/tmp/artifacts"
279279
280280# Gather sysinfo binary for use in must-gather
281281.PHONY : build-gather-sysinfo
0 commit comments