From 28af6b24aab6f27c0815a4d37682621526e67cca Mon Sep 17 00:00:00 2001 From: Stephen Cahill Date: Tue, 24 Sep 2024 15:10:39 -0400 Subject: [PATCH] :seedling: test/e2e: decrease concurrency --- scripts/ci-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index 6a416590e0e3..ca40d90b90c1 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -36,7 +36,7 @@ export PATH="${REPO_ROOT}/hack/tools/bin:${PATH}" capi:buildDockerImages # Configure e2e tests -export GINKGO_NODES=8 +export GINKGO_NODES=3 export GINKGO_NOCOLOR=true export GINKGO_ARGS="${GINKGO_ARGS:-""}" export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"