From b2fb3b52e531a5fe637fe0d1a8dbff1828d14313 Mon Sep 17 00:00:00 2001 From: Cirrus Codex Date: Thu, 14 May 2026 21:09:47 -0400 Subject: [PATCH] Clarify summary heading format --- tests/cmc-upgrade-kernel-test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cmc-upgrade-kernel-test.md b/tests/cmc-upgrade-kernel-test.md index 20065cf..5e858ec 100644 --- a/tests/cmc-upgrade-kernel-test.md +++ b/tests/cmc-upgrade-kernel-test.md @@ -235,3 +235,5 @@ Summary file requirements: - Include UTC date/time for the run - Include a short workflow summary (current kernel -> install CMC -> kernel upgrade -> uninstall CMC -> kernel upgrade -> install CMC) - Include host tested, kernel progression (start, step-up, latest), and overall result +- Start each run section with a `##` heading that includes the OS family and the final outcome, for example: `## Amazon Linux 2023 - PASS`. +- Put the OS version and the rest of the run details under that heading so the heading stays the visible OS label above the test snippet.