Skip to content

Commit

Permalink
fixup: print all caa logs
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Dec 6, 2024
1 parent c5bc522 commit 919bdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ci-e2e-debug-fail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ debug_common() {
echo "::endgroup::"

echo "::group::cloud-api-adaptor logs"
kubectl logs -l app=cloud-api-adaptor -n confidential-containers-system
kubectl logs -l app=cloud-api-adaptor --tail=-1 -n confidential-containers-system
echo "::endgroup::"

for ns in $(kubectl get ns -o name 2>/dev/null | sed 's#namespace/##' | grep "^coco-pp-"); do
Expand Down Expand Up @@ -82,4 +82,4 @@ main() {
fi
}

main "$@"
main "$@"

0 comments on commit 919bdda

Please sign in to comment.