ci: normalize envelope — fleet pins, independent Test/Build jobs - #10
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
Fleet CI envelope normalization (phase 1):
11d5960a326750d5838078e36cf38b85af677262(# v4)3d3c42e5aac5ba805825da76410c181273ba90b1(# v7.0.1)c37c93293d6b742fc901e1406b8f764f6fb19dac(# v2)c2a87611a18de5b3828c5652fe268e992400cb5c(# v4.3.0)ubuntu-latest→ubuntu-24.04(fleet standard).cijob becomes two independent jobs, Build and Test, matching the fleet contract. Test is notneeds: Build— jobs do not share a workspace, and everything.github/actions/testasserts is a property of./dist, so Test builds first in its own workspace.permissions: contents: read, the concurrency block, the triggers (pull_request, push to main, workflow_dispatch), andtimeout-minutes: 15on both jobs..github/actions/assertion logic, steps, and shell are unchanged — the only edits there are description lines that named the old caller job (CI / Build) or the old one-caller reality.Follow-up
Dependabot contract conversion is a follow-up, gated on a cicd-side helper fix.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.