mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-15 12:07:53 +00:00
ci: add dmesg debug for kvm failure
The oracle runners sometimes fail with: chown: cannot access '/dev/kvm': No such file or directory Log the kernel logs to see if they say anything of value then to know why this failed. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
95cad5d172
commit
aa168a3e4e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/lima.yml
vendored
6
.github/workflows/lima.yml
vendored
|
|
@ -63,6 +63,12 @@ jobs:
|
|||
with:
|
||||
version: v2.1.1
|
||||
|
||||
# lima action setup fails sometimes with "chown: cannot access '/dev/kvm': No such file or directory"
|
||||
# Add logs to debug this error and see if the module loading failed somehow
|
||||
- name: "Run dmesg on failure"
|
||||
if: failure()
|
||||
run: sudo dmesg
|
||||
|
||||
# NOTE, we are not using a cache here as documented in the lima action.
|
||||
# This is because our VM images are above 5GB and the total github limit is 10 GB which means
|
||||
# it will clean out the other image basically right away making the cache useless for other tasks.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue