Skip to content

Commit 71362be

Browse files
committed
Makefile: Explicitly specify GINKGO_OPTS for the e2e/olm target
Update the root Makefile and extend the e2e/olm target to explicitly configure the ginkgo options that gets filtered to the staging/operator-lifecycle-manager e2e target that was introduced in [1]. [1] operator-framework/operator-lifecycle-manager#2367 Signed-off-by: timflannagan <[email protected]>
1 parent a61d0e5 commit 71362be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

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

124124
e2e/olm: ## Run e2e olm tests
125-
$(MAKE) e2e WHAT=operator-lifecycle-manager
125+
$(MAKE) e2e WHAT=operator-lifecycle-manager "GINKGO_OPTS := -flakeAttempts 3 -randomizeAllSpecs -v --timeout 120m"
126126

127127
.PHONY: vendor
128128
vendor:

0 commit comments

Comments
 (0)