You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop filtering autorevert restart jobs out of hud_query / commit_jobs_query
Reverts the restart-exclusion clauses PR #6954 added to these two queries, so
autorevert's workflow_dispatch restart runs (head_branch = 'trunk/<sha>') are
present in the job data HUD reads.
#6954 added the filter as a measurement-isolation guard for autorevert shadow
mode -- keeping the queries reading the same signal autorevert itself acted on.
That goal no longer applies; test-infra#8300 now wants the restart signal
surfaced and credited.
Deliberately NOT reverted here:
- commit_jobs_batch_query (viable/strict gate) -- measured regression, see PR
- autorevert_checker.py, flaky_tests/across_jobs -- dead code
Refs: #8300
0 commit comments