We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97a3268 + 9d10b69 commit 45bf8edCopy full SHA for 45bf8ed
Makefile
@@ -136,7 +136,7 @@ e2e/olm: ## Run e2e olm tests
136
E2E_TEST_NS=openshift-operators \
137
E2E_TIMEOUT=135m \
138
KUBECTL=oc \
139
- E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report olm-e2e-junit.xml" \
+ E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report junit_e2e.xml" \
140
E2E_OPTS="-communityOperators=quay.io/olmtest/test-catalog:v1.39.0" \
141
$(MAKE) e2e
142
0 commit comments