From c60c8b317935b293f733a94bc55888bbf68d7a90 Mon Sep 17 00:00:00 2001 From: Ashok Pon Kumar Date: Fri, 4 Sep 2026 16:18:09 +0530 Subject: [PATCH] =?UTF-8?q?ci:=20DO=20NOT=20MERGE=20=E2=80=94=20Spyre=20ch?= =?UTF-8?q?eck-gate=20validation=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Throwaway PR for end-to-end validation of the Spyre check contexts on a real PR head. No functional change; must never be merged. Signed-off-by: Ashok Pon Kumar --- ci/DNM-spyre-test-gate.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/DNM-spyre-test-gate.md diff --git a/ci/DNM-spyre-test-gate.md b/ci/DNM-spyre-test-gate.md new file mode 100644 index 00000000..960d0246 --- /dev/null +++ b/ci/DNM-spyre-test-gate.md @@ -0,0 +1,14 @@ +# DO NOT MERGE — Spyre check-gate validation + +Throwaway PR for validating Spyre CI check behaviour end to end. It carries no functional +change and must never be merged. + +Used to verify, against a real PR: + +- the aggregate `Spyre Test` check is posted +- the gateable `Spyre Test ()` context appears on the PR head +- a narrowed run (`archs=` / `preset=`) reports `action_required` for an arch it did not + exercise, rather than passing +- `Test-With:` companion resolution, when a counterpart PR is linked + +Delete the branch once the rollout is done.