Skip to content

Commit 93ec4cd

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
committed
re-enable seed and skip options for e2e (#3296)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 71056b532cdea2baa41e78d83635b9980fc0a49b
1 parent 0ef4548 commit 93ec4cd

File tree

1 file changed

+1
-2
lines changed
  • staging/operator-lifecycle-manager

1 file changed

+1
-2
lines changed

staging/operator-lifecycle-manager/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ E2E_TEST_NS ?= operators
248248
E2E_INSTALL_NS ?= operator-lifecycle-manager
249249
E2E_CATALOG_NS ?= $(E2E_INSTALL_NS)
250250
E2E_FLAKE_ATTEMPTS ?= 1
251-
GINKGO_OPTS += -v -randomize-suites -race -trace --show-node-events --flake-attempts=$(E2E_FLAKE_ATTEMPTS) $(if $(TEST),-focus '$(TEST)',)
251+
GINKGO_OPTS += -v -randomize-suites -race -trace --show-node-events --flake-attempts=$(E2E_FLAKE_ATTEMPTS) $(if $(E2E_SEED),-seed '$(E2E_SEED)') $(if $(TEST),-focus '$(TEST)',) $(if $(SKIP), -skip '$(SKIP)')
252252

253253
.PHONY: e2e
254254
e2e: #HELP Run e2e tests against a cluster running OLM (params: $E2E_TEST_NS (operator), $E2E_INSTALL_NS (operator-lifecycle-manager), $E2E_CATALOG_NS (operator-lifecycle-manager), $E2E_TIMEOUT (90m), $E2E_FLAKE_ATTEMPTS (1), $TEST(undefined))
@@ -311,7 +311,6 @@ pull-opm:
311311
package: $(YQ) $(HELM) #HELP Package OLM for release
312312
package: OLM_RELEASE_IMG_REF=$(shell docker inspect --format='{{index .RepoDigests 0}}' $(IMAGE_REPO):$(RELEASE_VERSION))
313313
package: OPM_IMAGE_REF=$(shell docker inspect --format='{{index .RepoDigests 0}}' $(OPERATOR_REGISTRY_IMAGE))
314-
>>>>>>> a83c71d70 (:seedling: cleanup/tools (#3285))
315314
package:
316315
ifndef TARGET
317316
$(error TARGET is undefined)

0 commit comments

Comments
 (0)