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.
1 parent 94b8621 commit 9f66350Copy full SHA for 9f66350
scripts/ci-e2e.sh
@@ -88,6 +88,8 @@ cleanup() {
88
ctr -n moby images list > "${ARTIFACTS_LOCAL}/containerd-images.txt" || true
89
ctr -n moby version > "${ARTIFACTS_LOCAL}/containerd-version.txt" || true
90
91
+ ps -ef > "${ARTIFACTS_LOCAL}/processes-ps-ef.txt" || true
92
+
93
# Verify that no containers are running at this time
94
# Note: This verifies that all our tests clean up clusters correctly.
95
if [[ ! "$(docker ps -q | wc -l)" -eq "0" ]]
0 commit comments