Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for QuickFeedbackCrossVersion (0.09 sec)

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

        private val model: CIBuildModel,
    ) : FunctionalTestBucketProvider {
        private val buckets: List<BuildTypeBucket> = crossVersionBuckets.map { GradleVersionRangeCrossVersionTestBucket(it[0], it[1]) }
    
        // For quickFeedbackCrossVersion and allVersionsCrossVersion, the buckets are split by Gradle version
        // By default, split them by CROSS_VERSION_BUCKETS
        override fun createFunctionalTestsFor(
            stage: Stage,
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Sep 24 08:38:33 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  2. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

                                functionalTestProject.functionalTests,
                            )
                        }
    
                        functionalTestProject.name.contains("QuickFeedbackCrossVersion") -> {
                            assertProjectAreSplitByGradleVersionCorrectly(
                                QUICK_CROSS_VERSION_BUCKETS,
                                TestType.QUICK_FEEDBACK_CROSS_VERSION,
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 16 01:27:05 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top