Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for enableTestDistribution (0.28 seconds)

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

                    "\"-Porg.gradle.performance.db.url=%performance.db.url%\"",
                    "\"-Porg.gradle.performance.db.username=%performance.db.username%\"",
                    "-DenableTestDistribution=%enableTestDistribution%",
                    "-Dorg.gradle.workers.max=%maxParallelForks%",
                    "-PmaxParallelForks=%maxParallelForks%",
                    PLUGINS_PORTAL_URL_OVERRIDE,
                    "-Dscan.value.tcPipeline=master",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 05:03:56 GMT 2026
    - 8.5K bytes
    - Click Count (0)
  2. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

        object None : ParallelizationMethod()
    
        object TestDistribution : ParallelizationMethod() {
            override val extraBuildParameters: String =
                "-DenableTestDistribution=%enableTestDistribution% " +
                    "-DtestDistributionPartitionSizeInSeconds=%testDistributionPartitionSizeInSeconds%"
        }
    
        object TestDistributionAlpine : ParallelizationMethod() {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Oct 09 05:26:45 GMT 2025
    - 5.3K bytes
    - Click Count (0)
  3. .teamcity/src/main/kotlin/configurations/PerformanceTest.kt

                                            extraParameters,
                                            os,
                                            arch,
                                        ) + "-DenableTestDistribution=%enableTestDistribution%" +
                                            buildToolGradleParameters() +
                                            stage.getBuildScanCustomValueParam() +
    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)
  4. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt

        const val PREDICTIVE_TEST_SELECTION_ENABLED = "enablePredictiveTestSelection"
        const val TEST_DISTRIBUTION_DOGFOODING_TAG = "testDistributionDogfoodingTag"
        const val TEST_DISTRIBUTION_ENABLED = "enableTestDistribution"
        const val TEST_DISTRIBUTION_PARTITION_SIZE = "testDistributionPartitionSizeInSeconds"
        const val TEST_DISTRIBUTION_SERVER_URL = "testDistributionServerUrl"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jan 19 05:13:29 GMT 2026
    - 18K bytes
    - Click Count (0)
Back to Top