Skip to content

Commit af6f4d6

Browse files
author
Luca Forstner
authored
ci: Reduce large runner usage (#10873)
1 parent 2f058b2 commit af6f4d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ jobs:
620620
name: Playwright (${{ matrix.bundle }}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) Tests
621621
needs: [job_get_metadata, job_build]
622622
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
623-
runs-on: ubuntu-20.04-large-js
623+
runs-on: ubuntu-20.04
624624
timeout-minutes: 25
625625
strategy:
626626
fail-fast: false
@@ -783,7 +783,7 @@ jobs:
783783
name: Browser (${{ matrix.browser }}) Tests
784784
needs: [job_get_metadata, job_build]
785785
if: needs.job_get_metadata.outputs.changed_browser == 'true' || github.event_name != 'pull_request'
786-
runs-on: ubuntu-20.04-large-js
786+
runs-on: ubuntu-20.04
787787
timeout-minutes: 20
788788
strategy:
789789
fail-fast: false

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
flaky-detector:
26-
runs-on: ubuntu-20.04-large-js
26+
runs-on: ubuntu-20.04
2727
timeout-minutes: 60
2828
name: 'Check tests for flakiness'
2929
# Also skip if PR is from master -> develop

0 commit comments

Comments
 (0)