Skip to content

Commit 609cfab

Browse files
committed
ci: Add kernel message on integration test failure
Signed-off-by: joshjms <[email protected]>
1 parent 3de16e7 commit 609cfab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
- name: Run vHive end-to-end tests
6767
run: make ${{ matrix.test-name }}
6868

69+
- name: Kernel message
70+
if: failure()
71+
run: |
72+
sudo lsmod
73+
sudo dmesg -T -f kern
74+
6975
- name: Archive log artifacts
7076
if: ${{ always() }}
7177
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)