Replies: 1 comment 7 replies
-
Interesting. I was trying to stay away from |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When quickly looking at the recent modifications, I noticed 290b9b0 reduced the timeout in case of crash.
To deal with that, in our CI scripts for MPTCP, we add
CONFIG_PANIC_TIMEOUT=-1
in the kernel config. To avoid the VM to reboot and mess-up with automation, we launchvirtme
with--qemu-opts -no-reboot
, but I don't know what's the equivalent withvirtme-ng
.While at it, we also enabled
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC
andCONFIG_BOOTPARAM_HUNG_TASK_PANIC
.Maybe it would be easier to maintain a
ci.config
file in the selftests? Or always set that inlib/vm.py
?Beta Was this translation helpful? Give feedback.
All reactions