mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Rebalance GHA runners to reduce ATs failure and speedup unit tests [part 2] (#7658)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
2
.github/workflows/acceptance-tests.yml
vendored
2
.github/workflows/acceptance-tests.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner_index: [0,1,2,3,4,5,6,7,8,9,10,11]
|
||||
runner_index: [0,1,2,3,4,5,6,7,8,9,10,11,12,13]
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
||||
2
.github/workflows/pre-review.yml
vendored
2
.github/workflows/pre-review.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner_index: [0,1,2,3,4,5,6,7]
|
||||
runner_index: [0,1,2,3,4,5,6,7,8,9]
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
||||
2
.github/workflows/reference-tests.yml
vendored
2
.github/workflows/reference-tests.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner_index: [1,2,3,4,5,6,7,8,9,10]
|
||||
runner_index: [1,2,3,4,5,6,7,8]
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
||||
Reference in New Issue
Block a user