Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PERFORMANCE_STAGE (0.06 seconds)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt

        const val PERFORMANCE_DEPENDENCY_BUILD_IDS = "org.gradle.performance.dependencyBuildIds"
        const val PERFORMANCE_MAX_PROJECTS = "maxProjects"
        const val PERFORMANCE_STAGE_ENV = "PERFORMANCE_STAGE"
        const val RERUN_ALL_TESTS = "rerunAllTests"
        const val PREDICTIVE_TEST_SELECTION_ENABLED = "enablePredictiveTestSelection"
        const val TEST_DISTRIBUTION_DOGFOODING_TAG = "testDistributionDogfoodingTag"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jan 19 05:13:29 GMT 2026
    - 18K bytes
    - Click Count (0)
  2. .teamcity/src/main/kotlin/configurations/PerformanceTest.kt

                        allowEmpty = true,
                        description = "The baselines you want to run performance tests against. Empty means default baseline.",
                    )
                    param("env.PERFORMANCE_STAGE", stage.stageName.toString())
                    param("env.PERFORMANCE_CHANNEL", performanceTestBuildSpec.channel())
                    param("env.PERFORMANCE_DB_PASSWORD_TCAGENT", "%performance.db.password.tcagent%")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 29 01:37:22 GMT 2026
    - 6.1K bytes
    - Click Count (0)
Back to Top