Skip to content

Commit 74e0a4c

Browse files
authored
Makefile: Update the e2e-local target and add CI-friendly ginkgo options (#2414)
Update the root Makefile's `e2e-local` target and add the --randomizeSuites, --race, --trace, and --progress flags to increase debugging failed CI attempts. Signed-off-by: timflannagan <[email protected]>
1 parent 700d282 commit 74e0a4c

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
@@ -126,7 +126,7 @@ setup-bare: clean e2e.namespace
126126
E2E_NODES ?= 1
127127
E2E_FLAKE_ATTEMPTS ?= 1
128128
E2E_TIMEOUT ?= 90m
129-
E2E_OPTS ?= $(if $(E2E_SEED),-seed '$(E2E_SEED)') $(if $(TEST),-focus '$(TEST)') -flakeAttempts $(E2E_FLAKE_ATTEMPTS) -nodes $(E2E_NODES) -timeout $(E2E_TIMEOUT) -randomizeAllSpecs -v
129+
E2E_OPTS ?= $(if $(E2E_SEED),-seed '$(E2E_SEED)') $(if $(TEST),-focus '$(TEST)') -flakeAttempts $(E2E_FLAKE_ATTEMPTS) -nodes $(E2E_NODES) -timeout $(E2E_TIMEOUT) -v -randomizeSuites -race -trace -progress
130130
E2E_INSTALL_NS ?= operator-lifecycle-manager
131131
E2E_TEST_NS ?= operators
132132

0 commit comments

Comments
 (0)