File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 129
129
e2e/operator-registry : # # Run e2e registry tests
130
130
$(MAKE ) e2e WHAT=operator-registry
131
131
132
+ ARTIFACT_DIR ?= '$(ROOT_DIR ) '
132
133
e2e/olm : # # Run e2e olm tests
133
- $(MAKE ) e2e WHAT=operator-lifecycle-manager E2E_FLAKE_ATTEMPTS=0 E2E_CATALOG_NS=openshift-marketplace E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=120m KUBECTL=oc E2E_OPTS=" -communityOperators=quay.io/olmtest/test-catalog:v1.39.0"
134
+ $(MAKE ) e2e WHAT=operator-lifecycle-manager E2E_CATALOG_NS=openshift-marketplace E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=135m KUBECTL=oc E2E_OPTS=" -communityOperators=quay.io/olmtest/test-catalog:v1.39.0" E2E_GINKGO_OPTS= " --junit-report olm-e2e-junit.xml "
134
135
135
136
.PHONY : vendor
136
137
vendor :
You can’t perform that action at this time.
0 commit comments