File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,12 @@ default:
137137 KUBERNETES_MEMORY_REQUEST : 8Gi
138138 KUBERNETES_MEMORY_LIMIT : 8Gi
139139 CACHE_TYPE : lib # default
140+ FF_USE_FASTZIP : " true"
141+ CACHE_COMPRESSION_LEVEL : " slowest"
142+
140143 RUNTIME_AVAILABLE_PROCESSORS_OVERRIDE : 4 # Runtime.getRuntime().availableProcessors() returns incorrect or very high values in Kubernetes
141144 cache :
142- - key : ' $CI_SERVER_VERSION -$CACHE_TYPE' # Dependencies cache. Reset the cache every time gitlab is upgraded. ~Every couple months
145+ - key : dependency -$CACHE_TYPE # Dependencies cache
143146 paths :
144147 # Cached dependencies and wrappers for gradle
145148 - .gradle/wrapper
@@ -148,8 +151,8 @@ default:
148151 policy : $DEPENDENCY_CACHE_POLICY
149152 unprotect : true
150153 fallback_keys : # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
151- - ' $CI_SERVER_VERSION -base'
152- - ' $CI_SERVER_VERSION -lib'
154+ - ' dependency -base'
155+ - ' dependency -lib'
153156 - key : $CI_PIPELINE_ID-$CACHE_TYPE # Incremental build cache. Shared by all jobs in the pipeline of the same type
154157 paths :
155158 - .gradle/caches/$GRADLE_VERSION
You can’t perform that action at this time.
0 commit comments