Skip to content

Commit 8f9e3dd

Browse files
perdasilvaPer Goncalves da Silva
andcommitted
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 5c0959e commit 8f9e3dd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

staging/operator-lifecycle-manager/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ E2E_TIMEOUT ?= 90m
136136
E2E_TEST_NS ?= operators
137137
E2E_INSTALL_NS ?= operator-lifecycle-manager
138138
E2E_CATALOG_NS ?= $(E2E_INSTALL_NS)
139-
GINKGO_OPTS += -v -randomize-suites -race -trace --show-node-events
139+
E2E_FLAKE_ATTEMPTS ?= 1
140+
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)')
140141
e2e:
141142
$(GINKGO) -timeout $(E2E_TIMEOUT) $(GINKGO_OPTS) ./test/e2e -- -namespace=$(E2E_TEST_NS) -olmNamespace=$(E2E_INSTALL_NS) -catalogNamespace=$(E2E_CATALOG_NS) $(E2E_OPTS)
142143

@@ -189,10 +190,6 @@ e2e-local-docker:
189190
. ./scripts/build_local.sh
190191
. ./scripts/run_e2e_docker.sh $(TEST)
191192

192-
vendor:
193-
go mod tidy
194-
go mod vendor
195-
196193
container:
197194
docker build -t $(IMAGE_REPO):$(IMAGE_TAG) .
198195

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../testdata/server-new.crt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../testdata/server-new.key

0 commit comments

Comments
 (0)