(via norrietaylor): docs: document nightly-provenance gate and override_provenance input in - #900
Merged
macroscopeapp[bot] merged 1 commit intoJul 22, 2026
Conversation
…in release-pipeline.md
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
norrietaylor
added a commit
that referenced
this pull request
Jul 26, 2026
* docs: document the release and install pipeline Add docs/internal/release-pipeline.md, a maintainer-facing runbook for the release/install pipeline: release.yml, the stable/unstable/nightly channels, staging, promotion, pruning, and the operator steps. Marked internal (publicly visible in the repo, not published to the docs site). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: document nightly-provenance gate and override_provenance input in release-pipeline.md (#900) Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com> * docs: remove the private docs-repo reference from the promote runbook The reference-docs promotion dispatch named the docs-site repo and its GitHub App. That repo is private, so this public repo should not announce it, and the promote pipeline is being reshaped besides. Describe the `reference-docs-promoted` dispatch abstractly (it triggers a docs.minimal.dev rebuild) without naming the target repo. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(release): verify smoke tests actually ran in nightly provenance check (#911) Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com> * docs: remove em-dashes and fix the version-source binary in the release runbook * fix(scripts): close the no-op-nightly loophole in the provenance gate smoke-success is if: always() and skip-tolerant, so a no-op nightly run (SHA already staged, smokes skipped) still concluded success and could vouch for a version that was never smoked. The gate now also requires the Linux smoke jobs themselves to have run and passed; smoke-macos alone may be skipped by the RUN_MACOS_CI kill-switch. Test fixtures move to name/conclusion pairs and cover the real no-op shape and the kill-switch shape (31 tests). The runbook text now states the guarantee precisely, drops the unsourced retirement claim, and documents the channel-endpoint target override. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
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
Documents the nightly-provenance gate and
override_provenanceinput in the release pipeline documentation.Changes
promote.yml section: Added documentation explaining that
scripts/verify-nightly-provenance.shrejects versions not built bynightly.yml(staged ≠ promotable), and describes theoverride_provenanceemergency input for bypassing this check when necessary."Promote to stable" runbook: Added an upfront warning step advising users to verify their SHA was nightly-built before starting the multi-hour approval process. Includes guidance on using
override_provenancefor emergency non-nightly releases.Why
This documentation helps release engineers understand:
Note
Macroscope: Fix It For Me
Activity
Currently: Auto-merged 4e9bc96
Previously
Note
Document
override_provenanceinput and nightly-provenance gate in promote workflowUpdates release-pipeline.md to document a new
nightly-provenancegate in the promote job and its associatedoverride_provenanceinput parameter.scripts/verify-nightly-provenance.shagainst the target SHA to confirm the version was built bynightly.yml, rejecting manually dispatched or tag-push builds.override_provenanceskips this check when needed.set-channel.shflips the pointer.Macroscope summarized ac2f1a2.