From 437b7f71ba8ac51c94b567d5cd94cd6898c28e5c Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Tue, 2 Feb 2021 11:14:40 -0800 Subject: [PATCH] ci: log the status of GitHub Actions' VM at the end To investigate issues like #4969, it would be helpful to understand the status of the VM at the end. Signed-off-by: Kazuyoshi Kato --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adfe08c46..0b02a509c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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