Skip to content

Commit

Permalink
test/e2e: increase concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer authored and k8s-infra-cherrypick-robot committed Sep 5, 2024
1 parent b772261 commit d9863b5
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 d9863b5

Please sign in to comment.