fix(hybrid-gate): route automation PRs through full-gate-build - #20
Merged
Merged
Conversation
Two author-keyed waivers let dependabot and release-please PRs bypass the build: check-trailer reported found=true for bot authors (skipping full-gate-build), and the gate evaluation exited 0 for bot authors before reading the build result. Lockfile-only bumps are the changesets most in need of a compile — two dependabot majors merged with red compile checks under the waivers. Bots now pass the same ladder as everyone: attribution, then trailer, then docs-only, then build result.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Confirmed fleet-wide gate-trust hole (harmonia#661): dependabot/release-please PRs were waived past full-gate-build at two points —
check-trailersetfound=truefor bot authors, andgate's evaluation exited 0 for bot authors before readingBUILD_RESULT. Evidence: harmonia #640 run 29971760691 showsBUILD_RESULT: skippedwith a passing gate; the ulid and rubato majors landed red and broke main (repaired in harmonia#660).Both waivers removed: bot PRs now take the standard ladder — attribution → trailer → docs-only → build success. Consequence: release-please PRs now compile before merging (slower, correct).
Refs harmonia#661