Skip to content

Commit 9d76aeb

Browse files
committed
Add latestDepTest for 24 on circleci
1 parent be86ea8 commit 9d76aeb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.continue.yml.j2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,20 @@ build_test_jobs: &build_test_jobs
12371237
maxWorkers: 3
12381238
testJvm: "21"
12391239
1240+
- xlarge_tests:
1241+
requires:
1242+
- ok_to_test
1243+
- build_latestdep
1244+
name: test_24_inst_latest
1245+
gradleTarget: ":instrumentationLatestDepTest"
1246+
gradleParameters: "-PskipFlakyTests"
1247+
triggeredBy: *instrumentation_modules
1248+
stage: instrumentation
1249+
cacheType: latestdep
1250+
parallelism: 12
1251+
maxWorkers: 3
1252+
testJvm: "24"
1253+
12401254
{% if flaky %}
12411255
- tests:
12421256
requires:

0 commit comments

Comments
 (0)