Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for enableTestDistribution (0.06 sec)

  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",
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Sep 18 12:22:32 UTC 2025
    - 8.4K bytes
    - Viewed (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() {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 09 05:26:45 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/PerformanceTest.kt

                                            extraParameters,
                                            os,
                                            arch,
                                        ) + "-DenableTestDistribution=%enableTestDistribution%" +
                                            buildToolGradleParameters() +
                                            stage.getBuildScanCustomValueParam() +
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top