Skip to content

Commit fee57fe

Browse files
authored
DEV: Update labels for our self hosted runners (#32766)
We have 8 and 16 cores runner now but 16 core runners are not quite ready for prime time yet.
1 parent 7820dd2 commit fee57fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
1919
name: run
20-
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
20+
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12-8core') || 'ubuntu-latest' }}
2121
container: discourse/discourse_test:release
2222
timeout-minutes: 30
2323

.github/workflows/migration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tests:
2525
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
2626
name: Tests
27-
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
27+
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12-8core') || 'ubuntu-latest' }}
2828
container: discourse/discourse_test:release
2929
timeout-minutes: 20
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
3131
name: ${{ matrix.target }} ${{ matrix.build_type }}${{ (matrix.target == 'core' && matrix.build_type == 'frontend' && format(' ({0})', matrix.browser)) || '' }} # Update fetch-job-id step if changing this
32-
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
32+
runs-on: ${{ (github.repository_owner == 'discourse' && 'debian-12-8core') || 'ubuntu-latest' }}
3333
container: discourse/discourse_test:release
3434
timeout-minutes: ${{ ((matrix.build_type == 'system' && matrix.target == 'plugins') && 30) || 20 }}
3535

0 commit comments

Comments
 (0)