ci: switch blacksmith runners to GitHub-hosted (LAC-2385)#28
Open
lacymorrow wants to merge 1 commit into
Open
Conversation
Blacksmith runners (blacksmith-4vcpu-ubuntu-2404, blacksmith-4vcpu-ubuntu-2404-arm, blacksmith-4vcpu-windows-2025) have been queuing indefinitely (24h+) and never picking up jobs, blocking all PR CI including the upstream sync work (LAC-2281, LAC-2337). Switch every affected workflow to GitHub-hosted equivalents: blacksmith-4vcpu-ubuntu-2404 -> ubuntu-24.04 blacksmith-4vcpu-ubuntu-2404-arm -> ubuntu-24.04-arm blacksmith-4vcpu-windows-2025 -> windows-2025 Trades Blacksmith's faster boot for working CI. Revertable once the Blacksmith account/billing issue is resolved.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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
Blacksmith runners (
blacksmith-4vcpu-ubuntu-2404,blacksmith-4vcpu-ubuntu-2404-arm,blacksmith-4vcpu-windows-2025) have been queuing indefinitely (24h+) and never picking up jobs, blocking all PR CI — including the in-flight upstream syncs (LAC-2281, LAC-2337) and any future PR.This PR switches every workflow off Blacksmith and onto the equivalent GitHub-hosted runners as a fallback:
blacksmith-4vcpu-ubuntu-2404ubuntu-24.04blacksmith-4vcpu-ubuntu-2404-armubuntu-24.04-armblacksmith-4vcpu-windows-2025windows-2025Trades Blacksmith boot speed for working CI. Easy to revert once the Blacksmith account/billing issue is resolved.
22 workflows updated:
test.yml,typecheck.yml,beta.yml,storybook.yml,nix-eval.yml,nix-hashes.yml,publish.yml,publish-vscode.yml,publish-github-action.yml,release-github-action.yml,review.yml,containers.yml,opencode.yml,generate.yml,triage.yml,pr-management.yml,notify-discord.yml,duplicate-issues.yml,stats.yml,sync-zed-extension.yml,docs-update.yml,docs-locale-sync.ymlpublish.ymlthat mentioned Blacksmith's ARM64 MSVC limitation (no longer relevant — everything is GitHub-hosted now).nix-desktop.yml.disabledleft untouched (file is disabled).Closes LAC-2385.
Test plan
test.ymlunit + e2e jobs complete on bothubuntu-24.04andwindows-2025typecheck.ymlcompletes