Skip to content

Commit e9898ea

Browse files
fix(ci): run Build App on the larger runner in GitHub mode (#5826)
1 parent 4b97978 commit e9898ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ jobs:
194194
# harmless), but the Turbo cache gets its own key: with a shared key, only
195195
# the last committer's new entries survive each run, so the test and build
196196
# Turbo entries would evict each other nondeterministically.
197+
# Same next build as the app image, so it needs the same larger runner in
198+
# GitHub mode: it peaks ~21.9 GB and SIGKILLs on the free 16 GB ones.
197199
build:
198200
name: Build App
199-
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-latest' }}
201+
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-8vcpu-ubuntu-2404' || 'linux-x64-8-core' }}
200202
timeout-minutes: 15
201203

202204
steps:

0 commit comments

Comments
 (0)