File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1414coverage.txt
1515
1616# Ignore test reports
17- reports /
17+ test- * .xml
1818
1919#
2020# GO SPECIFIC
Original file line number Diff line number Diff line change @@ -190,15 +190,15 @@ openshiftci-presubmit-unittests:
190190
191191.PHONY : test-integration-cluster
192192test-integration-cluster :
193- $(RUN_GINKGO ) $(GINKGO_FLAGS ) --label-filter=" !nocluster" tests/integration
193+ $(RUN_GINKGO ) $(GINKGO_FLAGS ) --junit-report= " test-integration.xml " -- label-filter=" !nocluster" tests/integration
194194
195195.PHONY : test-integration-no-cluster
196196test-integration-no-cluster :
197- $(RUN_GINKGO ) $(GINKGO_FLAGS_AUTO ) --label-filter=nocluster tests/integration
197+ $(RUN_GINKGO ) $(GINKGO_FLAGS_AUTO ) --junit-report= " test-integration-nc.xml " --label-filter=nocluster tests/integration
198198
199199.PHONY : test-integration
200200test-integration : test-integration-no-cluster test-integration-cluster
201201
202202.PHONY : test-e2e
203203test-e2e :
204- $(RUN_GINKGO ) $(GINKGO_FLAGS ) tests/e2escenarios
204+ $(RUN_GINKGO ) $(GINKGO_FLAGS ) --junit-report= " test-e2e.xml " tests/e2escenarios
Original file line number Diff line number Diff line change 5555 fi
5656fi
5757
58+ # copy artifact to shared volume
59+ cp -r test-* .xml $ARTIFACT_DIR
60+
5861oc logout
You can’t perform that action at this time.
0 commit comments