mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 15:38:00 +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>
(cherry picked from commit ae0930824a
)
This commit is contained in:
parent
2fea5a5f8b
commit
585d5fba03
@ -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