Skip to content

Commit 30e2ee8

Browse files
Enable large caches. (#9724)
* Enable large caches. * Fix inconsistency for `latestdep` cache type capitalization --------- Co-authored-by: Laplie Anderson <[email protected]>
1 parent 0ccec93 commit 30e2ee8

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 9 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
@@ -640,7 +638,7 @@ test_inst_latest:
640638
extends: .test_job_with_test_agent
641639
variables:
642640
GRADLE_TARGET: ":instrumentationLatestDepTest"
643-
CACHE_TYPE: "latestDep"
641+
CACHE_TYPE: "latestdep"
644642
parallel:
645643
matrix:
646644
- testJvm: ["8", "17", "21", "25"] # the latest "stable" version is LTS v25

0 commit comments

Comments
 (0)