- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for onlyNativeSubprojectsForIntelMacs (0.2 seconds)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
tct.sourceSet != "test" }, ) }.sortedBy { -it.totalTime } .filter { onlyNativeSubprojectsForIntelMacs(testCoverage, it.subProject.name) } return parallelize(subProjectTestClassTimes, testCoverage) { numberOfBatches -> when (testCoverage.os) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
val allSubprojectsInModel = model.subprojects .getSubprojectsForFunctionalTest(testCoverage) .filter { onlyNativeSubprojectsForIntelMacs(testCoverage, it.name) } .map { it.name } val subprojectsInModelButNotInBucketJson = allSubprojectsInModel.toMutableList().apply { removeAll(allSubprojectsInBucketJson) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Sep 24 08:38:33 GMT 2025 - 8.2K bytes - Click Count (0)