Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stageName (0.57 sec)

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

    import configurations.SmokeTests
    import configurations.TestPerformanceTest
    import projects.DEFAULT_FUNCTIONAL_TEST_BUCKET_SIZE
    import projects.DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE
    
    enum class StageName(val stageName: String, val description: String, val uuid: String) {
        QUICK_FEEDBACK_LINUX_ONLY("Quick Feedback - Linux Only", "Run checks and functional tests (embedded executer, Linux)", "QuickFeedbackLinuxOnly"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

                    stage.specificBuilds.size + stage.functionalTests.size + stage.performanceTests.size + stage.docsTests.size + (if (prevStage != null) 1 else 0),
                    it.dependencies.items.size, stage.stageName.stageName
                )
            }
        }
    
        private
        val largeSubProjectRegex = """\((\w+(_\d+))\)""".toRegex()
    
        /**
         * Test Coverage - AllVersionsCrossVersion Java8 Oracle Linux (core_2) -> core_2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 10:00:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top