ci: Add v1 release candidate validation - #242
Closed
marandaneto wants to merge 2 commits into
Closed
Conversation
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.
💡 Motivation and Context
Issue #207 needs a repeatable release-candidate gate that proves the selected commit passed the full client matrix, SDK compliance, public API checks, and locked package dry runs. It also needs a clear separation between automated readiness and the production soak that must happen over time.
This adds a manual validation workflow. It resolves the requested ref once to an immutable SHA, reruns the local release preflight, verifies all required CI checks plus the eight async/blocking compression compliance jobs on that SHA, and stores a candidate record as an artifact.
The package check uses
cargo publish --workspace --dry-run --locked, so it covers the current crate and automatically covers both publishable crates after #183 lands. The release guide now records the prerelease and soak process. This PR does not publish a candidate or claim that production validation elapsed.Part of #207.
💚 How did you test it?
scripts/validate-release-candidate.shbash -n scripts/validate-release-candidate.sh scripts/verify-release-candidate-checks.sh.github/workflows/v1-release-candidate.ymlverify-release-candidate-checks.sh 96a3816rejects the existing commit because it predates the eight-job compliance matrixb8b58af📝 Checklist
If releasing new changes
sampo addto generate a changeset file