Skip to content

Commit 4df304c

Browse files
change for easier graphing
1 parent 833e4b8 commit 4df304c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ default:
142142

143143
RUNTIME_AVAILABLE_PROCESSORS_OVERRIDE: 4 # Runtime.getRuntime().availableProcessors() returns incorrect or very high values in Kubernetes
144144
cache:
145-
- key: '$CACHE_TYPE' # Dependencies cache
145+
- key: dependency-$CACHE_TYPE # Dependencies cache
146146
paths:
147147
# Cached dependencies and wrappers for gradle
148148
- .gradle/wrapper
@@ -151,8 +151,8 @@ default:
151151
policy: $DEPENDENCY_CACHE_POLICY
152152
unprotect: true
153153
fallback_keys: # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
154-
- 'base'
155-
- 'lib'
154+
- 'dependency-base'
155+
- 'dependency-lib'
156156
- key: $CI_PIPELINE_ID-$CACHE_TYPE # Incremental build cache. Shared by all jobs in the pipeline of the same type
157157
paths:
158158
- .gradle/caches/$GRADLE_VERSION

0 commit comments

Comments
 (0)