Skip to content

Commit 726e49b

Browse files
author
Per Goncalves da Silva
committed
pin test catalog
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 2f24725 commit 726e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ e2e/operator-registry: ## Run e2e registry tests
130130
$(MAKE) e2e WHAT=operator-registry
131131

132132
e2e/olm: ## Run e2e olm tests
133-
$(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=120m KUBECTL=oc
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"
134134

135135
.PHONY: vendor
136136
vendor:

0 commit comments

Comments
 (0)