mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
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:
parent
6c8b2ffa60
commit
ae0930824a
@ -136,6 +136,11 @@ function err_report() {
|
|||||||
echo "-------------------------------------"
|
echo "-------------------------------------"
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
fi
|
fi
|
||||||
|
echo "::group::ERROR: Kata Containers logs : "
|
||||||
|
echo "-------------------------------------"
|
||||||
|
sudo journalctl -xe -t kata
|
||||||
|
echo "-------------------------------------"
|
||||||
|
echo "::endgroup::"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user