Skip to content

Commit 1390cb4

Browse files
committed
ci: move release build job to blacksmith-32vcpu-ubuntu-2404
Step 3 of the Blacksmith rollout from CLI-1497. The build job is the longest serial step on the release critical path (~6m47s on large-linux-x86), driving 8x bun --compile plus 6x go build. Moving it to a 32 vCPU Blacksmith runner should shave 1.5-2 minutes; the sticky-disk node_modules and go-build caches from the previous steps compound on top. Supersedes the org-provisioned large-linux-x86 swap -- per the parent plan, that label was the only remaining holdout once everything else migrates to Blacksmith. Refs CLI-1500.
1 parent a66f09f commit 1390cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545

4646
jobs:
4747
build:
48-
runs-on: large-linux-x86
48+
runs-on: blacksmith-32vcpu-ubuntu-2404
4949
env:
5050
BUN_SHELL: ${{ inputs.shell }}
5151
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)