fix(release): admit bun-serve-smoke into the required PR CI evidence set - #1335
Merged
Conversation
The Beta.2 publish dry-run (2026-09-05) failed closed: verifyPrCiProvenance rejected the promotion run because 'dist/server Bun smoke' (job added by #1228 / B2.5, after the Beta.1 publish) was outside REQUIRED_PR_CI_JOBS and jobIdForDisplayName had no mapping for it. The set now matches the pr-full-ci-evidence needs list, with a mechanical lockstep test so the desync fails at development time, not at publish time. Part of #1288.
Contributor
|
APIError: Insufficient Balance |
3 tasks
Deploying openelement with
|
| Latest commit: |
8aee8c6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://151ed52a.lessjs.pages.dev |
| Branch Preview URL: | https://fix-pr-ci-required-jobs.lessjs.pages.dev |
This was referenced Sep 5, 2026
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.
Bounded Beta.2 release-lane repair (#1288). The publish dry-run failed closed because the bun-serve-smoke job (added by #1228/B2.5 after the Beta.1 publish) was missing from REQUIRED_PR_CI_JOBS and from the display-name mapping. Adds the job to the required set + mapping, updates fixtures, and adds a mechanical needs<->set lockstep test. 143/143 autoflow tests green, fmt/lint clean.