Record every run outcome in artifact files

This commit is contained in:
Cirrus Codex
2026-05-14 20:41:48 -04:00
parent 198d2bd395
commit c57dac2a88

View File

@@ -225,6 +225,11 @@ Store and append all per-host results in:
Also generate a run summary file in the same directory: Also generate a run summary file in the same directory:
- `/home/aw/code/cds/tmp/tests/cmc upgrade test/cmc-upgrade-kernel-test-summary.md` - `/home/aw/code/cds/tmp/tests/cmc upgrade test/cmc-upgrade-kernel-test-summary.md`
## Artifact Recording Rule
- Always append the latest run outcome to the results file and summary file at the end of each run.
- Do this for `PASS`, `FAIL`, and `PARTIAL` outcomes.
- Do not leave a completed test run only in conversation; the artifact files are the source of record.
Summary file requirements: Summary file requirements:
- Title: `CMC Upgrade Kernel Test Summary` - Title: `CMC Upgrade Kernel Test Summary`
- Include UTC date/time for the run - Include UTC date/time for the run