Skip to content

Commit 6f80158

Browse files
stipsanjuice49
authored andcommitted
chore: test larger gh runners (#8545)
1 parent 1f74e17 commit 6f80158

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/e2e-ct.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
install:
1010
timeout-minutes: 30
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-22.04-m
1212
env:
1313
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1414
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
@@ -70,7 +70,7 @@ jobs:
7070
playwright-ct-test:
7171
timeout-minutes: 30
7272
needs: [install]
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-22.04-m
7474
env:
7575
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
7676
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
@@ -162,7 +162,7 @@ jobs:
162162
merge-reports:
163163
if: always()
164164
needs: [playwright-ct-test]
165-
runs-on: ubuntu-22.04
165+
runs-on: ubuntu-22.04-m
166166
steps:
167167
- uses: actions/checkout@v4
168168
- uses: actions/setup-node@v4
@@ -246,7 +246,7 @@ jobs:
246246
actions: write # needed to delete the cache
247247
timeout-minutes: 30
248248
name: Cleanup (${{ matrix.project }})
249-
runs-on: ubuntu-22.04
249+
runs-on: ubuntu-22.04-m
250250
needs: [playwright-ct-test]
251251

252252
strategy:

.github/workflows/e2e.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
install:
1212
timeout-minutes: 30
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-latest-m
1414
env:
1515
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1616
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
@@ -110,7 +110,7 @@ jobs:
110110

111111
playwright-test:
112112
timeout-minutes: 30
113-
runs-on: ubuntu-latest
113+
runs-on: ubuntu-latest-m
114114
needs: [install]
115115
env:
116116
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
@@ -224,7 +224,7 @@ jobs:
224224
merge-reports:
225225
if: always()
226226
needs: [playwright-test]
227-
runs-on: ubuntu-latest
227+
runs-on: ubuntu-latest-m
228228
steps:
229229
- uses: actions/checkout@v4
230230
- uses: actions/setup-node@v4
@@ -282,7 +282,7 @@ jobs:
282282
actions: write # needed to delete the cache
283283
timeout-minutes: 30
284284
name: Cleanup (${{ matrix.project }})
285-
runs-on: ubuntu-latest
285+
runs-on: ubuntu-latest-m
286286
needs: [playwright-test]
287287

288288
strategy:

.github/workflows/efps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
efps-test:
2323
timeout-minutes: 30
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-latest-m
2525
env:
2626
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2727
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
@@ -102,7 +102,7 @@ jobs:
102102
merge-reports:
103103
if: always()
104104
needs: [efps-test]
105-
runs-on: ubuntu-latest
105+
runs-on: ubuntu-latest-m
106106
steps:
107107
- uses: actions/checkout@v4
108108
- uses: actions/setup-node@v4

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# we want to know if a test fails on a specific node version
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest]
24+
os: [ubuntu-latest-m]
2525
node: [18, 20, 22]
2626
experimental: [false]
2727
shardIndex: [1, 2, 3, 4]
@@ -93,7 +93,7 @@ jobs:
9393
report-coverage:
9494
if: ${{ !cancelled() }}
9595
needs: test
96-
runs-on: ubuntu-latest
96+
runs-on: ubuntu-latest-m
9797

9898
steps:
9999
- name: Checkout

0 commit comments

Comments
 (0)