1
0
mirror of https://github.com/google/nomulus synced 2026-02-11 07:11:40 +00:00

Change gradle memory/workers to avoid OOM in CB (#2910)

This commit is contained in:
Juan Celhay
2025-12-23 10:49:25 -05:00
committed by GitHub
parent 85f75494ab
commit 0519e2ffcf
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ steps:
env: [ 'GRADLE_USER_HOME=/workspace/cloudbuild-caches' ]
args: ['./gradlew',
'test',
'--max-workers=8',
'-PskipDockerIncompatibleTests=true',
'-PmavenUrl=gcs://domain-registry-maven-repository/maven',
'-PpluginsUrl=gcs://domain-registry-maven-repository/plugins'