Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSubprojectsForFunctionalTest (0.1 sec)

  1. .teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt

                val allSubprojectsInBucketJson = buckets.flatMap { it.subprojects.map { it.name } }.toSet()
    
                val allSubprojectsInModel =
                    model.subprojects
                        .getSubprojectsForFunctionalTest(testCoverage)
                        .filter { onlyNativeSubprojectsForIntelMacs(testCoverage, it.name) }
                        .map { it.name }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Sep 24 08:38:33 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top