- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for onlyNativeSubprojectsForIntelMacs (2 sec)
-
.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) }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 05:08:24 UTC 2025 - 8.2K bytes - Viewed (0)