.github/workflows: add dmesg step for integration-linux

It will be easy to debug flaky testcase if we can provide kernel log by
`dmesg -T -f kern`.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2023-05-25 13:11:27 +08:00
parent 2b2195c36b
commit d41c62a556

View File

@ -508,6 +508,10 @@ jobs:
mount
df
losetup -l
- name: Kernel Message
if: failure()
run: sudo dmesg -T -f kern
- uses: actions/upload-artifact@v3
if: always()
with: