- Sort Score
- Num 10 results
- Language All
Results 21 - 29 of 29 for extraParameters (0.13 seconds)
-
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt
steps { buildStep( this@PublishNightlySnapshotFromQuickFeedbackStepUpload.extraParameters, ******@****.***rName, ******@****.***rEmail,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt
steps { buildStep( this@PublishNightlySnapshotFromQuickFeedbackStepPromote.extraParameters, ******@****.***rName, ******@****.***rEmail,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
defaultBaselines = "flakiness-detection-commit", channel = "flakiness-detection", extraParameters = "--checks none --rerun --cross-version-only", ), AD_HOC( displayName = "AdHoc Performance Test", timeout = 30, channel = "adhoc", extraParameters = "--checks none", ), } enum class Trigger { NEVER, EACH_COMMIT, DAILY,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 13:00:26 GMT 2025 - 27.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
}.let { "%dep.${it.id}.performance.baselines%" } gradleRunnerStep( model, ":$performanceProjectName:$taskName", extraParameters = listOf( "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%", "-Porg.gradle.performance.db.url" to "%performance.db.url%",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
"on ${os.asName()} (bucket $bucketIndex)", performanceSubProject = "performance", bucketIndex = bucketIndex, extraParameters = "--profiler $profiler --tests \"${performanceScenario.scenario.className}.${performanceScenario.scenario.scenario}\"", testProjects = listOf(performanceScenario.testProject),Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Sep 24 08:38:33 GMT 2025 - 8.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
) + os.javaInstallationLocations(arch) fun promotionBuildParameters( dependencyBuildId: RelativeId, extraParameters: String, gitUserName: String, gitUserEmail: String, ): String = listOf( "-PcommitId=%dep.$dependencyBuildId.build.vcs.number%", extraParameters, "\"-PgitUserName=$gitUserName\"", "\"-PgitUserEmail=$gitUserEmail\"", PLUGINS_PORTAL_URL_OVERRIDE,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 15.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
gradleParams = defaultParameters } } applyDefaults( model, this, ":distributions-full:install", extraParameters = ( listOf( stage.getBuildScanCustomValueParam(), "-Pgradle_installPath=dogfood-first-for-hash",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 7.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
description = descriptionWithMaybeBucketIndex, performanceSubProject = "performance", testProjects = tests.keys.toList(), bucketIndex = bucketIndex, extraParameters = "-PincludePerformanceTestScenarios=true", ) { tests.forEach { (testProject, scenarios) -> prepareScenariosStep(testProject, scenarios, performanceTestCoverage.os)() } } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 10 02:18:03 GMT 2025 - 16.6K bytes - Click Count (0)