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:
137
137
KUBERNETES_MEMORY_REQUEST : 8Gi
138
138
KUBERNETES_MEMORY_LIMIT : 8Gi
139
139
CACHE_TYPE : lib # default
140
+ FF_USE_FASTZIP : " true"
141
+ CACHE_COMPRESSION_LEVEL : " slowest"
142
+
140
143
RUNTIME_AVAILABLE_PROCESSORS_OVERRIDE : 4 # Runtime.getRuntime().availableProcessors() returns incorrect or very high values in Kubernetes
141
144
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
143
146
paths :
144
147
# Cached dependencies and wrappers for gradle
145
148
- .gradle/wrapper
@@ -148,8 +151,8 @@ default:
148
151
policy : $DEPENDENCY_CACHE_POLICY
149
152
unprotect : true
150
153
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'
153
156
- key : $CI_PIPELINE_ID-$CACHE_TYPE # Incremental build cache. Shared by all jobs in the pipeline of the same type
154
157
paths :
155
158
- .gradle/caches/$GRADLE_VERSION
You can’t perform that action at this time.
0 commit comments