Rebalance GHA runners to reduce ATs failure and speedup unit tests (#7656)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2024-09-20 15:52:12 +02:00
committed by GitHub
parent 3dbe606172
commit 676e1f8c13
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ concurrency:
env:
GRADLE_OPTS: "-Xmx7g"
total-runners: 12
total-runners: 14
jobs:
acceptanceTestEthereum:

View File

@@ -12,7 +12,7 @@ concurrency:
env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.parallel=true"
total-runners: 8
total-runners: 10
jobs:
repolint:

View File

@@ -8,7 +8,7 @@ on:
env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"
total-runners: 10
total-runners: 8
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}