You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -143,18 +143,18 @@ default:
143
143
CACHE_TYPE: lib #default
144
144
RUNTIME_AVAILABLE_PROCESSORS_OVERRIDE: 4# Runtime.getRuntime().availableProcessors() returns incorrect or very high values in Kubernetes
145
145
cache:
146
-
- key: '$CI_SERVER_VERSION-$CACHE_TYPE-$NORMALIZED_NODE_TOTAL-$NORMALIZED_NODE_INDEX'# Dependencies cache. Reset the cache every time gitlab is upgraded. ~Every couple months
146
+
- key: '$CI_SERVER_VERSION-$CACHE_TYPE-$CI_SPLIT'# Dependencies cache. Reset the cache every time gitlab is upgraded. ~Every couple months
147
147
paths:
148
148
# Cached dependencies and wrappers for gradle
149
149
- .gradle/wrapper
150
150
- .gradle/caches
151
151
- .gradle/notifications
152
152
policy: $DEPENDENCY_CACHE_POLICY
153
-
fallback_keys: # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
153
+
#fallback_keys: # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
154
154
#- '$CI_SERVER_VERSION-$CACHE_TYPE'
155
-
- '$CI_SERVER_VERSION-base'
156
-
- '$CI_SERVER_VERSION-lib'
157
-
- key: $CI_PIPELINE_ID-$CACHE_TYPE-$NORMALIZED_NODE_TOTAL-$NORMALIZED_NODE_INDEX# Incremental build cache. Shared by all jobs in the pipeline of the same type
155
+
#- '$CI_SERVER_VERSION-base'
156
+
#- '$CI_SERVER_VERSION-lib'
157
+
- key: $CI_PIPELINE_ID-$CACHE_TYPE-$CI_SPLIT# Incremental build cache. Shared by all jobs in the pipeline of the same type
0 commit comments