1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 36274c49b9

This commit is contained in:
CoreOS Bot
2026-01-09 03:13:16 +00:00
parent b484e1386e
commit af5f5a30c4
2 changed files with 5 additions and 1 deletions

View File

@@ -6,4 +6,4 @@
# on the pipeline.
# See https://github.com/coreos/fedora-coreos-tracker/issues/2038#issuecomment-3498258143
# The format is YYYYMMDD
20260108
20260109

View File

@@ -51,6 +51,10 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
/tmp/autopkgtest-reboot-prepare aftercrash
echo "Triggering sysrq"
sync
# Give I/O a moment to settle after sync before crashing.
# We've seen this test hang forever in prow without this.
# https://github.com/coreos/rhel-coreos-config/issues/132
sleep 1
echo 1 > /proc/sys/kernel/sysrq
# This one will trigger kdump, which will write the kernel core, then reboot.
echo c > /proc/sysrq-trigger