Skip to content

Commit 3135267

Browse files
authored
Changing vrt and aat runners to use separate runners to allow for more concurrency (#6283)
1 parent 3fc91f8 commit 3135267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111

1212
jobs:
1313
aat-runner:
14-
runs-on: ubuntu-latest-16-cores
14+
runs-on: aat-runner
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
shard: [1, 2, 3, 4]
18+
shard: [1, 2, 3, 4, 5, 6, 7, 8]
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Use Node.js 20.x

.github/workflows/vrt-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111

1212
jobs:
1313
vrt-runner:
14-
runs-on: ubuntu-latest-16-cores
14+
runs-on: vrt-runner
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
shard: [1, 2, 3, 4]
18+
shard: [1, 2, 3, 4, 5, 6, 7, 8]
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Use Node.js 20.x

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy