Skip to content

Commit e389e30

Browse files
author
Per Goncalves da Silva
committed
Pin operator-framework tag on downstream makefile
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 83e698e commit e389e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ e2e/operator-registry: ## Run e2e registry tests
127127
$(MAKE) e2e WHAT=operator-registry
128128

129129
e2e/olm: ## Run e2e olm tests
130-
$(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
130+
# the operator-registry version is pinned to v1.39.0 - later versions are not compatible with 4.12
131+
# this is important for a few tests would rely on :latest
132+
$(MAKE) e2e OPERATOR_REGISTRY_TAG=v1.39.0 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
131133

132134
.PHONY: update-plugin-deps
133135
update-plugin-deps:

0 commit comments

Comments
 (0)