File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,15 @@ e2e:
129
129
e2e/operator-registry : # # Run e2e registry tests
130
130
$(MAKE ) e2e WHAT=operator-registry
131
131
132
- ARTIFACT_DIR ?= '$(ROOT_DIR ) '
133
132
e2e/olm : # # Run e2e olm tests
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_GINKGO_OPTS=" --junit-report olm-e2e-junit.xml"
133
+ WHAT=operator-lifecycle-manager \
134
+ E2E_CATALOG_NS=openshift-marketplace \
135
+ E2E_INSTALL_NS=openshift-operator-lifecycle-manager \
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" \
140
+ $(MAKE ) e2e
135
141
136
142
.PHONY : vendor
137
143
vendor :
You can’t perform that action at this time.
0 commit comments