We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888c843 commit 6980cb9Copy full SHA for 6980cb9
1 file changed
run-vmtest/run.sh
@@ -95,7 +95,7 @@ cat > $VMTEST_TOML <<EOF
95
[[target]]
96
name = "run-vmtest"
97
kernel = "${VMLINUZ}"
98
-kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1"
+kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1 hardlockup_all_cpu_backtrace=1 softlockup_all_cpu_backtrace=1"
99
command = """\
100
${GITHUB_ACTION_PATH}/vmtest-init.sh && \
101
cd ${GITHUB_WORKSPACE} && \
0 commit comments