gha: cri-containerd: Print kata logs in case of error

We need this to fully understand what are the issues we're facing.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-14 13:45:07 +02:00
parent 6c8b2ffa60
commit ae0930824a

View File

@ -136,6 +136,11 @@ function err_report() {
echo "-------------------------------------"
echo "::endgroup::"
fi
echo "::group::ERROR: Kata Containers logs : "
echo "-------------------------------------"
sudo journalctl -xe -t kata
echo "-------------------------------------"
echo "::endgroup::"
}