mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Rebalance GHA runners (#8227)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
4
.github/workflows/pre-review.yml
vendored
4
.github/workflows/pre-review.yml
vendored
@@ -13,7 +13,7 @@ concurrency:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.parallel=true"
|
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.parallel=true"
|
||||||
total-runners: 10
|
total-runners: 14
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
repolint:
|
repolint:
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
runner_index: [0,1,2,3,4,5,6,7,8,9]
|
runner_index: [0,1,2,3,4,5,6,7,8,9,10,11,12,13]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
|
|||||||
4
.github/workflows/reference-tests.yml
vendored
4
.github/workflows/reference-tests.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"
|
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"
|
||||||
total-runners: 8
|
total-runners: 4
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
runner_index: [1,2,3,4,5,6,7,8]
|
runner_index: [1,2,3,4]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
|
|||||||
Reference in New Issue
Block a user