mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
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:
2
.github/workflows/acceptance-tests.yml
vendored
2
.github/workflows/acceptance-tests.yml
vendored
@@ -12,7 +12,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
GRADLE_OPTS: "-Xmx7g"
|
||||
total-runners: 12
|
||||
total-runners: 14
|
||||
|
||||
jobs:
|
||||
acceptanceTestEthereum:
|
||||
|
||||
2
.github/workflows/pre-review.yml
vendored
2
.github/workflows/pre-review.yml
vendored
@@ -12,7 +12,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.parallel=true"
|
||||
total-runners: 8
|
||||
total-runners: 10
|
||||
|
||||
jobs:
|
||||
repolint:
|
||||
|
||||
2
.github/workflows/reference-tests.yml
vendored
2
.github/workflows/reference-tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user