We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80ea15 + a090115 commit c39ca30Copy full SHA for c39ca30
scripts/ci-e2e.sh
@@ -36,7 +36,7 @@ export PATH="${REPO_ROOT}/hack/tools/bin:${PATH}"
36
capi:buildDockerImages
37
38
# Configure e2e tests
39
-export GINKGO_NODES=3
+export GINKGO_NODES=8
40
export GINKGO_NOCOLOR=true
41
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
42
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
@@ -93,9 +93,9 @@ cleanup() {
93
94
for PID in $(ps -eo pid=); do
95
echo "> PID=$PID"
96
- echo ">> /proc/${PID}/status"
+ echo ">> /proc/${PID}/status"
97
cat "/proc/${PID}/status" || true
98
- echo ">> /proc/${PID}/stack"
+ echo ">> /proc/${PID}/stack"
99
cat "/proc/${PID}/stack" || true
100
done >> "${ARTIFACTS_LOCAL}/processes-proc-information.txt"
101
0 commit comments