mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
.github: dump dmesg if failure
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
ffa3a7d617
commit
156953cb2d
13
.github/workflows/robustness_template.yaml
vendored
13
.github/workflows/robustness_template.yaml
vendored
@ -35,3 +35,16 @@ jobs:
|
||||
sudo apt-get install -y dmsetup xfsprogs
|
||||
|
||||
ROBUSTNESS_TESTFLAGS="--count ${{ inputs.count }} --timeout ${{ inputs.testTimeout }} -failfast" make test-robustness
|
||||
|
||||
- name: Host Status
|
||||
if: always()
|
||||
run: |
|
||||
set -x
|
||||
mount
|
||||
df
|
||||
losetup -l
|
||||
- name: Kernel Message
|
||||
if: failure()
|
||||
run: |
|
||||
sudo lsmod
|
||||
sudo dmesg -T -f kern
|
||||
|
Loading…
x
Reference in New Issue
Block a user