Merge pull request #4990 from kzys/host-status

ci: log the status of GitHub Actions' VM at the end
This commit is contained in:
Maksym Pavlenko 2021-03-18 15:56:46 -07:00 committed by GitHub
commit 2d5f9bf870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,6 +349,16 @@ jobs:
sudo BDIR=$BDIR rm -rf ${BDIR}
test $TEST_RC -eq 0 || /bin/false
# Log the status of this VM to investigate issues like
# https://github.com/containerd/containerd/issues/4969
- name: Host Status
if: always()
run: |
set -x
mount
df
losetup -l
cgroup2:
name: CGroupsV2 and SELinux Integration
# nested virtualization is only available on macOS hosts