File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -240,16 +240,20 @@ dd-octo-sts-pre-release-check:
240240 when : always
241241
242242build :
243+ extends : .gradle_build
243244 needs :
244245 - job : maven-central-pre-release-check
245246 optional : true
246247 - job : dd-octo-sts-pre-release-check
247248 optional : true
248- extends : .gradle_build
249249 variables :
250250 BUILD_CACHE_POLICY : push
251251 CACHE_TYPE : " lib"
252252 DEPENDENCY_CACHE_POLICY : pull
253+ GRADLE_MEM : 2G
254+ GRADLE_WORKERS : 8
255+ KUBERNETES_MEMORY_REQUEST : 18Gi
256+ KUBERNETES_MEMORY_LIMIT : 18Gi
253257 script :
254258 - if [ $CI_PIPELINE_SOURCE == "schedule" ] ; then ./gradlew resolveAndLockAll --write-locks $GRADLE_ARGS; fi
255259 - ./gradlew --version
@@ -273,8 +277,8 @@ build_tests:
273277 variables :
274278 BUILD_CACHE_POLICY : push
275279 DEPENDENCY_CACHE_POLICY : pull
276- GRADLE_MEM : 4G
277- GRADLE_WORKERS : 3
280+ GRADLE_MEM : 2G
281+ GRADLE_WORKERS : 8
278282 KUBERNETES_MEMORY_REQUEST : 18Gi
279283 KUBERNETES_MEMORY_LIMIT : 18Gi
280284 parallel :
You can’t perform that action at this time.
0 commit comments