Skip to content

Commit ac43eba

Browse files
github/qemu: dump host kernel messages on QEMU or test failure
This can help to debug better a KVM failure like coconut-svsm#1081, since KVM can print some more information in kernel logs. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent b904508 commit ac43eba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/qemu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,7 @@ jobs:
151151
--nocc --timeout 180 \
152152
</dev/null 2>&1
153153
154+
- name: Dump host kernel messages on QEMU or test failure
155+
if: failure()
156+
run: sudo dmesg
157+

0 commit comments

Comments
 (0)