Skip to content

Commit ae8f7ce

Browse files
remove fallback keys and note
1 parent 910cbaa commit ae8f7ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ default:
150150
- .gradle/notifications
151151
policy: $DEPENDENCY_CACHE_POLICY
152152
unprotect: true
153-
fallback_keys: # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
154-
- 'base'
155-
- 'lib'
156153
- key: $CI_PIPELINE_ID-$CACHE_TYPE # Incremental build cache. Shared by all jobs in the pipeline of the same type
157154
paths:
158155
- .gradle/caches/$GRADLE_VERSION
@@ -284,8 +281,6 @@ populate_dep_cache:
284281
CACHE_TYPE: "base"
285282
- GRADLE_TARGET: ":profilingTest"
286283
CACHE_TYPE: "profiling"
287-
# FIXME: Gitlab doesn't support s3 based caches >5GB. Fixed in Gitlab 17.5
288-
# See: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26921#note_2132307223
289284
- GRADLE_TARGET: ":instrumentationTest"
290285
CACHE_TYPE: "inst"
291286
- GRADLE_TARGET: ":instrumentationLatestDepTest"

0 commit comments

Comments
 (0)