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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user