From 5e720c7190a6e35e0c3f21d56684251c46f2ce90 Mon Sep 17 00:00:00 2001 From: Harikrishnan Balagopal Date: Wed, 9 Sep 2026 21:25:24 +0530 Subject: [PATCH] test: legacy-image parity control for #498 (same suite, legacy runner labels; DO NOT MERGE) Signed-off-by: Harikrishnan Balagopal --- .github/workflows/_test_matrix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_test_matrix.yaml b/.github/workflows/_test_matrix.yaml index 3b48e9220..554780fed 100644 --- a/.github/workflows/_test_matrix.yaml +++ b/.github/workflows/_test_matrix.yaml @@ -1,5 +1,7 @@ name: Test matrix (reusable) +# legacy-image control: trivial edit to trip changed-files so the full matrix runs pytest on the legacy image_torch_spyre runner, giving per-test parity with shadow PR #498 (DO NOT MERGE). + # --------------------------------------------------------------------------- # Reusable workflow — not triggered directly. Defines the build + the 6-config # test matrix once; two entrypoints call it with the same tests but slightly