Skip to content

Commit

Permalink
workflow: tests/e2e: Add KBS to debug
Browse files Browse the repository at this point in the history
Add KBS installation info to the debug in case of failure

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Sep 23, 2024
1 parent 7152314 commit 6bbe745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,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"
Expand Down

0 comments on commit 6bbe745

Please sign in to comment.