File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments