- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 63 for Subprojects (0.82 sec)
-
.teamcity/subprojects.json
"functionalTests": false, "crossVersionTests": false }, { "name": "core", "path": "subprojects/core", "unitTests": true, "functionalTests": true, "crossVersionTests": true }, { "name": "core-api", "path": "subprojects/core-api", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 18:40:11 UTC 2025 - 37.5K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.generate-subprojects-info.gradle.kts
Jendrik Johannes <******@****.***> 1607501645 +0100
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 254 bytes - Viewed (0) -
.teamcity/src/test/kotlin/SplitBucketTest.kt
val subprojects = LinkedList( listOf( Subproject("a", 20), Subproject("b", 19), Subproject("c", 5), Subproject("d", 5), Subproject("e", 5), Subproject("f", 5), Subproject("g", 4), Subproject("h", 4),Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3K bytes - Viewed (0) -
.teamcity/test-buckets.json
"buckets": [ { "subprojects": [ "configuration-cache" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "tooling-api" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "dependency-management"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Aug 01 00:23:04 UTC 2025 - 119.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
.map(subprojects -> { DomUtils.removeElement(subprojects); context.detail( "Removed: redundant subprojects list from profile (matches direct children)"); return true; }) .orElse(false))
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
FunctionalTestBucket(it).toBuildTypeBucket(model.subprojects) } // Sometimes people may add new subproject into `subprojects.json` // in this case we have no historical test running time, so we simply add these subprojects into first available bucket val allSubprojectsInBucketJson = buckets.flatMap { it.subprojects.map { it.name } }.toSet() val allSubprojectsInModel =
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 24 08:38:33 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
} data class SmallSubprojectBucket( val subprojects: List<GradleSubproject>, val parallelizationMethod: ParallelizationMethod, ) : BuildTypeBucket { constructor( subproject: GradleSubproject, parallelizationMethod: ParallelizationMethod, ) : this(listOf(subproject), parallelizationMethod)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 16.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
fun getTestTaskName( testCoverage: TestCoverage, subprojects: List<String>, ): String { val testTaskName = if (testCoverage.testType == TestType.ISOLATED_PROJECTS) { "isolatedProjectsIntegTest" } else { "${testCoverage.testType.asCamelCase()}Test" } return when { subprojects.isEmpty() -> { testTaskName }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 5.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
val model = CIBuildModel( projectId = "Check", branch = VersionedSettingsBranch("master"), buildScanTags = listOf("Check"), subprojects = JsonBasedGradleSubprojectProvider(File("./subprojects.json")), ) val testClassDataJson = File(System.getProperty("inputTestClassDataJson") ?: throw IllegalArgumentException("Input file not found!"))Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 7.3K bytes - Viewed (0)