Skip to content

Commit

Permalink
Merge pull request #11144 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-11067-to-release-1.8

[release-1.8] 🌱 test/e2e: increase concurrency
  • Loading branch information
k8s-ci-robot authored Sep 5, 2024
2 parents b772261 + d9863b5 commit 8272c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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=3
export GINKGO_NODES=8
export GINKGO_NOCOLOR=true
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
Expand Down Expand Up @@ -93,9 +93,9 @@ cleanup() {

for PID in $(ps -eo pid=); do
echo "> PID=$PID"
echo ">> /proc/${PID}/status"
echo ">> /proc/${PID}/status"
cat "/proc/${PID}/status" || true
echo ">> /proc/${PID}/stack"
echo ">> /proc/${PID}/stack"
cat "/proc/${PID}/stack" || true
done >> "${ARTIFACTS_LOCAL}/processes-proc-information.txt"

Expand Down

0 comments on commit 8272c25

Please sign in to comment.