Uh oh!
There was an error while loading. Please reload this page.
ci(publish-smoke): event-conditional run-name + outage-duration header note - #14481
Merged
Conversation
…r note The run list interleaves the weekly registry canary (schedule-triggered) with release-candidate packed-tarball smokes (workflow_run-triggered), so an unlabeled canary green in the run list reads as "the RC smoke passed." Three seats derived a six-day outage-duration misread from exactly that (#14190). Add a top-level, event-conditional run-name that titles each run by the path it actually executes (scheduled canary / manual dispatch / RC smoke after a Release run), and one sentence to the header comment stating that outage-duration questions are answered from the commit-status history on release-branch heads, never from this run list. No gate change: resolve, resolve-guard, pack-smoke, registry-canary, their if: conditions, needs, permissions and triggers are untouched. Fixes#14190 Co-Authored-By: Claude Code <noreply@anthropic.com>
…blish-smoke-run-name
…blish-smoke-run-name
baozhoutao
marked this pull request as ready for review
September 2, 2026 10:07
baozhoutao
enabled auto-merge
September 2, 2026 10:07
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Fixes#14190
What changed
.github/workflows/publish-smoke.ymlonly:run-name:that titles each run by the path it actually executes — the scheduled registry canary, a manualworkflow_dispatchrun (which runs both the canary and the resolve/pack-smoke path per the existingif:conditions — untouched here), or theworkflow_run-triggered packed-tarball RC smoke (titled with the triggering Release run'shead_shafor source traceability).publish-smoke / packed-tarballscommit-status history on the release-branch head, never from this workflow's run list — because the run list interleaves the weekly canary with RC smokes, and an unlabeled canary green reads as "the RC smoke passed" (the exact misread Publish Smoke's run-list conclusion conflates the weekly registry canary with pack-smoke — a Monday canary green reads as "the RC smoke passed" and cost three seats a six-day duration misread #14190 measured, worth six days).No gate change:
resolve,resolve-guard,pack-smoke,registry-canary, theirif:conditions,needs,permissions, and triggers are byte-identical —git difftouches only the newrun-name:line and the new header-comment sentence (see diff).Verification
The rendered run title can only be observed on the next scheduled canary run and the next RC (
workflow_run-triggered) run after this merges — noted as an open question below, per the triage's own verification note.Generated by Claude Code