Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for enableTestDistribution (0.25 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%",
                pluginPortalUrlOverride,
                "-s",
                "--no-configuration-cache",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Sep 30 07:24:00 UTC 2024
    - 7.3K 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%"
        }
    
        class TeamCityParallelTests(val numberOfBatches: Int) : ParallelizationMethod()
    
        companion object {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Sep 25 06:14:43 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/PerformanceTest.kt

                                    extraParameters,
                                    os,
                                    arch
                                ) + "-DenableTestDistribution=%enableTestDistribution%" +
                                    buildToolGradleParameters() +
                                    stage.getBuildScanCustomValueParam() +
                                    buildScanTagParam("PerformanceTest")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top