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

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
pull/7664/head
Fabio Di Fabio 2 months ago committed by GitHub
parent 3dbe606172
commit 676e1f8c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/acceptance-tests.yml
  2. 2
      .github/workflows/pre-review.yml
  3. 2
      .github/workflows/reference-tests.yml

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

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

@ -8,7 +8,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: 10 total-runners: 8
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

Loading…
Cancel
Save