ci: include journalctl --boot from the host in system status

Now that we run with Podman, the journal from the container that was
started by minikube is not very useful. In addition to the journal from
the minikube container or VM, include the journal from the host.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2022-10-12 17:36:01 +02:00 committed by mergify[bot]
parent fce1892115
commit cf85580c16

View File

@ -22,6 +22,9 @@ function log() {
echo "###" >/dev/stderr
}
# get the logs from the host
log journalctl --boot
# get the status of the VM in libvirt
log virsh list