Reduce release latency without weakening release gates#428
Merged
Conversation
jeremi
marked this pull request as ready for review
July 20, 2026 04:06
Member
Author
|
Follow-up review fixes are now in 90f5c54:
Focused verification passed: 82 release unit tests, the real two-image OCI smoke and negative cases, bash syntax, ShellCheck, Actionlint, and diff check. |
jeremi
enabled auto-merge (squash)
July 20, 2026 05:18
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
jeremi
force-pushed
the
codex/issue-427-release-latency
branch
from
July 20, 2026 06:11
90f5c54 to
fedf2ec
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fedf2ecc98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This was referenced Jul 20, 2026
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
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
Implements the first reviewable slice identified in #427:
registry-release prepareandfinalizecommandsThe release plans validate the operator-prepared release tree, Crosswalk pin agreement, generated mirrors, candidate lineage, and bounded promotion ref changes. They emit stable machine-readable JSON and do not mutate release surfaces.
Impact
This reduces avoidable CI and release latency while preserving existing release gates and trust-boundary checks. The telemetry artifacts provide the measurements needed for a subsequent before/after release rehearsal.
This intentionally does not define the broader Dependabot release-window policy or public manual/help parity. Those require separate policy decisions and remain follow-up work under #427.
Validation
python3 -m unittest discover -s release/scripts -p 'test_*.py'(229 tests)actionlint .github/workflows/ci.yml .github/workflows/release.ymlshellcheck release/scripts/smoke-release-image-oci-labels.shPart of #427.