Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AllVersionsCrossVersion (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

                    stage.stageName.stageName,
                )
            }
        }
    
        private val largeSubProjectRegex = """\((\w+(_\d+))\)""".toRegex()
    
        /**
         * Test Coverage - AllVersionsCrossVersion Java8 Oracle Linux (core_2) -> core_2
         */
        private fun BaseGradleBuildType.getSubProjectSplitName() = largeSubProjectRegex.find(this.name)!!.groupValues[1]
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Oct 16 01:27:05 GMT 2025
    - 14.6K bytes
    - Click Count (0)
Back to Top