Skip to content

Commit 404084f

Browse files
authored
Merge pull request #11220 from cahillsf/reduce-e2e-concurrency
🌱 test/e2e: decrease concurrency
2 parents 06ed94c + 28af6b2 commit 404084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export PATH="${REPO_ROOT}/hack/tools/bin:${PATH}"
3636
capi:buildDockerImages
3737

3838
# Configure e2e tests
39-
export GINKGO_NODES=8
39+
export GINKGO_NODES=3
4040
export GINKGO_NOCOLOR=true
4141
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
4242
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"

0 commit comments

Comments
 (0)