Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyTestDefaults (0.35 sec)

  1. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

        if (parallelizationMethod is ParallelizationMethod.TeamCityParallelTests) {
            tcParallelTests(parallelizationMethod.numberOfBatches)
        }
    
        features {
            perfmon {
            }
        }
    
        applyTestDefaults(
            model, this, testTasks,
            dependsOnQuickFeedbackLinux = !testCoverage.withoutDependencies && stage.stageName > StageName.PULL_REQUEST_FEEDBACK,
            os = testCoverage.os,
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Feb 09 16:49:31 GMT 2024
    - 4.2K bytes
    - Viewed (0)
Back to top