Skip to content

Commit 2d5f9bf

Browse files
authored
Merge pull request #4990 from kzys/host-status
ci: log the status of GitHub Actions' VM at the end
2 parents 969b3d6 + 437b7f7 commit 2d5f9bf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,16 @@ jobs:
349349
sudo BDIR=$BDIR rm -rf ${BDIR}
350350
test $TEST_RC -eq 0 || /bin/false
351351
352+
# Log the status of this VM to investigate issues like
353+
# https://github.com/containerd/containerd/issues/4969
354+
- name: Host Status
355+
if: always()
356+
run: |
357+
set -x
358+
mount
359+
df
360+
losetup -l
361+
352362
cgroup2:
353363
name: CGroupsV2 and SELinux Integration
354364
# nested virtualization is only available on macOS hosts

0 commit comments

Comments
 (0)