From fd74c40612d152796e16a3d2f87fc6636212c596 Mon Sep 17 00:00:00 2001 From: "PlatformSREEngineer (Paperclip)" Date: Tue, 4 Aug 2026 09:08:20 +0000 Subject: [PATCH] probe(ci): BLO-20869 pre-fix baseline v2 -- force verify_serialized_server skipped, do not merge Rebased onto current master (unmodified verify job) to get a clean, non-conflicting mergeStateStatus reading for the still-open defect: a skipped serialized shard should currently still leave verify green and the PR MERGEABLE/UNSTABLE. Throwaway -- closing without merging once the reading is captured. Co-Authored-By: Paperclip --- .github/workflows/pr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c9b174e9dc39..ebee101cc82b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -506,6 +506,11 @@ jobs: verify_serialized_server: name: Verify serialized server suites (${{ matrix.shard_label }}) + # BLO-20869 probe only, not part of the shipped fix: force this job to + # report `skipped` regardless of general_tests's outcome, standing in for + # the never-scheduled/cancelled/skipped cases without waiting on a real + # ~90-minute run or an actual ARC outage. + if: false needs: [policy, general_tests] runs-on: default timeout-minutes: 90