Skip to content

Commit

Permalink
Merge pull request #11220 from cahillsf/reduce-e2e-concurrency
Browse files Browse the repository at this point in the history
🌱 test/e2e: decrease concurrency
  • Loading branch information
k8s-ci-robot authored Sep 25, 2024
2 parents 06ed94c + 28af6b2 commit 404084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 404084f

Please sign in to comment.