Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AD_HOC (0.06 sec)

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

        override fun asName(): String = "Flamegraphs for $name"
    
        override fun channel(): String = "adhoc-%teamcity.build.branch%"
    
        override val type: PerformanceTestType
            get() = PerformanceTestType.AD_HOC
    
        override val failsStage: Boolean
            get() = false
    
        val buildSpecs: List<FlameGraphGenerationBuildSpec>
            get() =
                scenarios.flatMap { scenario ->
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

            timeout = 600,
            defaultBaselines = "flakiness-detection-commit",
            channel = "flakiness-detection",
            extraParameters = "--checks none --rerun --cross-version-only",
        ),
        AD_HOC(
            displayName = "AdHoc Performance Test",
            timeout = 30,
            channel = "adhoc",
            extraParameters = "--checks none",
        ),
    }
    
    enum class Trigger {
        NEVER,
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sun Aug 03 22:40:28 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top