Revert "DEV: update runners to debian-12"
Need to address rate limits from docker.io
This reverts commit 6ba0dcdb0e
.
This commit is contained in:
parent
896f116443
commit
a99e2c62e6
|
@ -10,7 +10,7 @@ permissions:
|
|||
jobs:
|
||||
triage:
|
||||
if: github.actor != 'discourse-translator-bot'
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
build:
|
||||
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
|
||||
name: run
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-latest
|
||||
container: discourse/discourse_test:slim
|
||||
timeout-minutes: 10
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
build:
|
||||
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
|
||||
name: run
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-latest
|
||||
container: discourse/discourse_test:slim
|
||||
timeout-minutes: 30
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
tests:
|
||||
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
|
||||
name: Tests with Ruby ${{ matrix.ruby }}
|
||||
runs-on: debian-12
|
||||
runs-on: 'ubuntu-latest'
|
||||
container: discourse/discourse_test:slim
|
||||
timeout-minutes: 20
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
name: run
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-latest
|
||||
container: discourse/discourse_test:slim
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
|
|
|
@ -9,7 +9,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
build:
|
||||
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
|
||||
name: ${{ matrix.target }} ${{ matrix.build_type }} # Update fetch-job-id step if changing this
|
||||
runs-on: debian-12
|
||||
runs-on: ${{ (matrix.build_type == 'annotations') && 'ubuntu-latest' || 'ubuntu-22.04-8core' }}
|
||||
container: discourse/discourse_test:slim${{ (matrix.build_type == 'frontend' || matrix.build_type == 'system') && '-browsers' || '' }}
|
||||
timeout-minutes: 20
|
||||
|
||||
|
@ -358,7 +358,7 @@ jobs:
|
|||
core_frontend_tests:
|
||||
if: github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
|
||||
name: core frontend (${{ matrix.browser }})
|
||||
runs-on: debian-12
|
||||
runs-on: ubuntu-22.04-8core
|
||||
container:
|
||||
image: discourse/discourse_test:slim-browsers
|
||||
options: --user discourse
|
||||
|
|
Loading…
Reference in New Issue