mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
ci: add dmesg step to CircleCI jobs
Add a "Print dmesg" step with when: always to the CircleCI test-local job so kernel logs are captured even on failure. Assisted-by: Claude Code (claude-opus-4-6) Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
f1341e3856
commit
047e74307a
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
sudo -E make -C scripts/ci local << parameters.compiler >>=1
|
||||
ZDTM_SHARD_INDEX=<< parameters.shard_index >>
|
||||
ZDTM_SHARD_COUNT=<< parameters.shard_count >>
|
||||
- run:
|
||||
name: Print dmesg
|
||||
when: always
|
||||
command: sudo dmesg
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue