- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for onlyRunOnGitHubMergeQueueBranch (0.11 sec)
-
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
scriptContent = "git clean -fdx -e test-splits/ -e .gradle/workspace-id.txt -e \"*.psoutput\"" skipConditionally() onlyRunOnGitHubMergeQueueBranch() } } } fun BuildSteps.removeSubstDirOnWindows(os: Os) { if (os == Os.WINDOWS) { script { name = "REMOVE_VIRTUAL_DISK_FOR_PERF_TEST"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
"%teamcity.agent.jvm.user.home%/.android", false, ) } skipConditionally(buildType) } } fun BuildStep.onlyRunOnGitHubMergeQueueBranch() { conditions { matches("teamcity.build.branch", "gh-readonly-queue/.*") } } fun BuildStep.skipConditionally(buildType: BuildType? = null) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0)