From 839961934fb0d8f41c62290f492ebb97a4653f52 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 23 Sep 2024 09:53:33 +0100 Subject: [PATCH] workflow: tests/e2e: Add KBS to debug Add KBS installation info to the debug in case of failure Signed-off-by: stevenhorsman --- .github/workflows/e2e_libvirt.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index 34ec107f2..5ef29d2f5 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -142,8 +142,14 @@ jobs: run: | export KUBECONFIG="${HOME}/.kcli/clusters/peer-pods/auth/kubeconfig" + echo "::group::KBS installation" + kubectl get pods -n coco-tenant + kubectl describe pods -n coco-tenant + echo "::endgroup::" + echo "::group::CoCo and Peer Pods installation" kubectl get pods -n confidential-containers-system + kubectl describe pods -n confidential-containers-system echo "::endgroup::" echo "::group::cloud-api-adaptor logs"