We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be86ea8 commit a107c8bCopy full SHA for a107c8b
.circleci/config.continue.yml.j2
@@ -1237,6 +1237,20 @@ build_test_jobs: &build_test_jobs
1237
maxWorkers: 3
1238
testJvm: "21"
1239
1240
+ - xlarge_tests:
1241
+ requires:
1242
+ - ok_to_test
1243
+ - build_latestdep
1244
+ name: test_21_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
+
1254
{% if flaky %}
1255
- tests:
1256
requires:
0 commit comments