.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:
parent
2b2195c36b
commit
d41c62a556
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -508,6 +508,10 @@ jobs:
|
|||||||
mount
|
mount
|
||||||
df
|
df
|
||||||
losetup -l
|
losetup -l
|
||||||
|
- name: Kernel Message
|
||||||
|
if: failure()
|
||||||
|
run: sudo dmesg -T -f kern
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user