- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ParallelizationMethod (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/test-buckets.json
], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "samples" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "enterprise" ], "parallelizationMethod": {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
extraParameters, parallelizationMethod.extraBuildParameters, ).filter { it.isNotBlank() }.joinToString(separator = " ") if (parallelizationMethod is ParallelizationMethod.TeamCityParallelTests) { tcParallelTests(parallelizationMethod.numberOfBatches) } features { perfmon { }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 5.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DocsTest.kt
name = "${docsTestType.docsTestDesc} - ${testJava.version.toCapitalized()} ${os.asName()}" val parallelizationMethod = if (os == Os.LINUX) { ParallelizationMethod.TestDistribution } else { TeamCityParallelTests(4) } if (parallelizationMethod is TeamCityParallelTests) { features { parallelTests {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 05:47:02 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
indexOfFirst { it is SmallSubprojectBucket && ( it.parallelizationMethod !is ParallelizationMethod.TeamCityParallelTests || it.parallelizationMethod.numberOfBatches == 1 ) } val firstSmallSubprojectsBucket = get(firstAvailableBucketIndex) as SmallSubprojectBucketCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 12 14:43:33 GMT 2026 - 8.1K bytes - Click Count (0)