We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce60195 commit 9b60268Copy full SHA for 9b60268
1 file changed
Makefile
@@ -152,7 +152,7 @@ CONTAINER_RUNTIME ?= $(shell command -v docker 2>/dev/null || command -v podman
152
# Set SKIP_BUILD=true to skip the image build/load steps and use a pre-built image.
153
SKIP_BUILD ?= false
154
# Number of parallel Ginkgo workers. Defaults to 1 (sequential). Override with GINKGO_PROCS=N.
155
-GINKGO_PROCS ?= 4
+GINKGO_PROCS ?= 1
156
157
.PHONY: e2e-setup
158
e2e-setup: ## One-time setup: create Kind cluster and install dependencies (Argo, CSI, Vault)
0 commit comments