Skip to content

Commit d9edc11

Browse files
committed
ci: move release smoke-test linux leg to blacksmith
Step 4 of the Blacksmith rollout from CLI-1497. Replaces ubuntu-latest with blacksmith-8vcpu-ubuntu-2404 in the smoke-test matrix. The Linux leg pulls 6 images x 2 platforms via docker; Blacksmith runners ship a local registry mirror that makes those pulls near-instant, so we rely on it instead of any explicit pre-pull/cache machinery. The QEMU setup stays -- arm64 docker subtests still execute via emulation. A future PR can split the leg into native amd64 + arm64 Blacksmith runners (per the parent plan's PR7). The macOS and Windows entries are unchanged; Blacksmith is Linux-only. Refs CLI-1501.
1 parent 1390cb4 commit d9edc11

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
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
runner: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
104+
runner: [blacksmith-8vcpu-ubuntu-2404, macos-latest, macos-15-intel, windows-latest]
105105
runs-on: ${{ matrix.runner }}
106106
env:
107107
NPM_TAG: ${{ inputs.npm_tag }}

0 commit comments

Comments
 (0)