- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for subprojectName (0.14 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
fun onlyNativeSubprojectsForIntelMacs( testCoverage: TestCoverage, subprojectName: String, ): Boolean = if (testCoverage.os == Os.MACOS && testCoverage.arch == Arch.AMD64) { subprojectName.contains("native") || // Include precondition-tester here so we understand that tests do run on macOS intel as well subprojectName in listOf("file-watching", "snapshots", "workers", "logging", "precondition-tester")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 7.3K bytes - Viewed (0)