Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,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
Expand Down
Loading