Skip to content

Commit c39ca30

Browse files
authored
Merge pull request kubernetes-sigs#11067 from sbueringer/pr-speed-up-e2e
🌱 test/e2e: increase concurrency
2 parents b80ea15 + a090115 commit c39ca30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci-e2e.sh

Lines changed: 3 additions & 3 deletions
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=3
39+
export GINKGO_NODES=8
4040
export GINKGO_NOCOLOR=true
4141
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
4242
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
@@ -93,9 +93,9 @@ cleanup() {
9393

9494
for PID in $(ps -eo pid=); do
9595
echo "> PID=$PID"
96-
echo ">> /proc/${PID}/status"
96+
echo ">> /proc/${PID}/status"
9797
cat "/proc/${PID}/status" || true
98-
echo ">> /proc/${PID}/stack"
98+
echo ">> /proc/${PID}/stack"
9999
cat "/proc/${PID}/stack" || true
100100
done >> "${ARTIFACTS_LOCAL}/processes-proc-information.txt"
101101

0 commit comments

Comments
 (0)