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
Accepted limits of tools/ci_tier_check.sh after #1273, filed per the out-of-scope and one-layer rules (#1275). Each is a constructed mutant of the checker, and none has an instance in the real workflows today. Fix one only if it ever occurs in practice; until then, code review covers it.
Accepted limits of
tools/ci_tier_check.shafter #1273, filed per the out-of-scope and one-layer rules (#1275). Each is a constructed mutant of the checker, and none has an instance in the real workflows today. Fix one only if it ever occurs in practice; until then, code review covers it.include/exclude: aninclude: [{os: macos-15-intel}]adds a leg that is not required and is not flagged (the original ci: adopt platform tiers — fast merge-blocking set decides main's color; slow/port lanes post-merge; contributor precheck; unenrolled-test gate #1264 macOS shape); anexcludeof a required leg means that check never reports. Repro: /tmp/astra-1264A-r2/ round-2 evidence (see ci: platform tiers — .github/required-checks.txt is the tier-1 source of truth, enforced by tools/ci_tier_check.sh (#1264) #1273).${{ }}expressions insiderun:scripts,runs-onandcontainerare not judged.|| true), and aschedule:trigger on ci.yml: code-review concerns by design (ci: platform tiers — .github/required-checks.txt is the tier-1 source of truth, enforced by tools/ci_tier_check.sh (#1264) #1273 round-2 scope cut).