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 <[email protected]>
  • Loading branch information
stevenhorsman committed Sep 23, 2024
1 parent 21ecae8 commit a986095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
run: |
export KUBECONFIG="${HOME}/.kcli/clusters/peer-pods/auth/kubeconfig"
echo "::group::KBS installation"
kubectl get pods -n coco-tenant
echo "::endgroup::"
echo "::group::CoCo and Peer Pods installation"
kubectl get pods -n confidential-containers-system
echo "::endgroup::"
Expand Down

0 comments on commit a986095

Please sign in to comment.