From 04116e401e63d8e807ea6ac7808202d469ae1729 Mon Sep 17 00:00:00 2001 From: Amulyam24 Date: Tue, 22 Apr 2025 19:42:40 +0530 Subject: [PATCH] Change the number of ginkgo nodes to 1 to run the e2e tests serially --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd0580db1..c8d2e692d 100644 --- a/Makefile +++ b/Makefile @@ -252,7 +252,7 @@ test: generate fmt vet setup-envtest $(GOTESTSUM) ## Run tests # Allow overriding the e2e configurations GINKGO_FOCUS ?= Workload cluster creation -GINKGO_NODES ?= 3 +GINKGO_NODES ?= 1 GINKGO_NOCOLOR ?= false GINKGO_TIMEOUT ?= 2h E2E_FLAVOR ?= powervs-md-remediation