From 9b60268285945376692587f7aad5828413829156 Mon Sep 17 00:00:00 2001 From: faizanahmad055 Date: Tue, 12 May 2026 09:27:18 +0200 Subject: [PATCH] Change GINKGO_PROCS to 1 Signed-off-by: faizanahmad055 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3061a72..b8c9e11 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ CONTAINER_RUNTIME ?= $(shell command -v docker 2>/dev/null || command -v podman # Set SKIP_BUILD=true to skip the image build/load steps and use a pre-built image. SKIP_BUILD ?= false # Number of parallel Ginkgo workers. Defaults to 1 (sequential). Override with GINKGO_PROCS=N. -GINKGO_PROCS ?= 4 +GINKGO_PROCS ?= 1 .PHONY: e2e-setup e2e-setup: ## One-time setup: create Kind cluster and install dependencies (Argo, CSI, Vault)