We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 969b3d6 + 437b7f7 commit 2d5f9bfCopy full SHA for 2d5f9bf
1 file changed
.github/workflows/ci.yml
@@ -349,6 +349,16 @@ jobs:
349
sudo BDIR=$BDIR rm -rf ${BDIR}
350
test $TEST_RC -eq 0 || /bin/false
351
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
+
362
cgroup2:
363
name: CGroupsV2 and SELinux Integration
364
# nested virtualization is only available on macOS hosts
0 commit comments