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