Skip to content

Commit

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

[release-1.3] 🌱 e2e: log leftover processes to eventually detect zombies
  • Loading branch information
k8s-ci-robot authored May 16, 2023
2 parents 82e6b43 + a11e0df commit 03de10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ cleanup() {
ctr -n moby images list > "${ARTIFACTS_LOCAL}/containerd-images.txt" || true
ctr -n moby version > "${ARTIFACTS_LOCAL}/containerd-version.txt" || true

ps -ef > "${ARTIFACTS_LOCAL}/processes-ps-ef.txt" || true

# Verify that no containers are running at this time
# Note: This verifies that all our tests clean up clusters correctly.
if [[ ! "$(docker ps -q | wc -l)" -eq "0" ]]
Expand Down

0 comments on commit 03de10d

Please sign in to comment.