Skip to content

Commit ef5896d

Browse files
Enable large caches.
1 parent 295f7bf commit ef5896d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -318,14 +318,12 @@ populate_dep_cache:
318318
CACHE_TYPE: "base"
319319
- GRADLE_TARGET: ":profilingTest"
320320
CACHE_TYPE: "profiling"
321-
# FIXME: Gitlab doesn't support s3 based caches >5GB. Fixed in Gitlab 17.5
322-
# See: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26921#note_2132307223
323-
# - GRADLE_TARGET: ":instrumentationTest"
324-
# CACHE_TYPE: "inst"
325-
# - GRADLE_TARGET: ":instrumentationLatestDepTest"
326-
# CACHE_TYPE: "latestdep"
327-
# - GRADLE_TARGET: ":smokeTest"
328-
# CACHE_TYPE: "smoke"
321+
- GRADLE_TARGET: ":instrumentationTest"
322+
CACHE_TYPE: "inst"
323+
- GRADLE_TARGET: ":instrumentationLatestDepTest"
324+
CACHE_TYPE: "latestdep"
325+
- GRADLE_TARGET: ":smokeTest"
326+
CACHE_TYPE: "smoke"
329327

330328
publish-artifacts-to-s3:
331329
image: registry.ddbuild.io/images/mirror/amazon/aws-cli:2.4.29

0 commit comments

Comments
 (0)