fix(ci): own failed checks by workflow run - #20
Merged
Conversation
Model check scope and GitHub Actions ownership, rerun unique failed workflow runs in bounded rounds, and preserve per-check failure evidence through cancellation and auth failures. Plan: .omo/plans/made-3-ci-check-ownership.md
Document trusted CI check scope, rerun rounds, bounded evidence, and the opt-in disposable-repository release validation contract. Plan: .omo/plans/made-3-ci-check-ownership.md
Limit failed-run log collection, redact durable excerpts, and require Actions links to match the pull request repository before rerun. Plan: .omo/plans/made-3-ci-check-ownership.md
Retain bounded redacted workflow excerpts in structured failure evidence while keeping the durable-facing CI result message limited to check and run identity. Plan: .omo/plans/made-3-ci-check-ownership.md
Avoid Linux exec argument limits by making the synthetic large-log fixture generate output in the fake GitHub process. Plan: .omo/plans/made-3-ci-check-ownership.md
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.
Summary
required/allCI scope and associate each check with its own GitHub Actions workflow run.Validation
make release-validationpassed the full race suite.go build ./...,go test -count=1 -timeout=10m ./...,go vet ./..., andgolangci-lint run --timeout=5m --max-issues-per-linter=0 --max-same-issues=0 ./...passed.made capabilities --jsonand installedgh pr checks --helpaccepted the supported production surfaces.Made never merges or enables auto-merge.
Closes #3