- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for READY_FOR_NIGHTLY (0.06 sec)
-
.teamcity/src/main/kotlin/configurations/GitHubMergeQueueCheckPass.kt
+:gh-readonly-queue/${model.branch.branchName}/* +:${model.branch.branchName} """ } } dependencies { snapshot(RelativeId(stageTriggerId(model, StageName.READY_FOR_NIGHTLY))) { onDependencyFailure = FailureAction.FAIL_TO_START onDependencyCancel = FailureAction.FAIL_TO_START } }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 1.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
StageName.QUICK_FEEDBACK_LINUX_ONLY, StageName.QUICK_FEEDBACK, StageName.PULL_REQUEST_FEEDBACK, StageName.READY_FOR_NIGHTLY, ) }.flatMap { it.functionalTests } .filter { it.os == os } .forEach { buildType(FlakyTestQuarantine(model, stage, it)) } })
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 5.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
QUICK_FEEDBACK("Quick Feedback", "Run checks and functional tests (embedded executer, Windows)", "QuickFeedback"), PULL_REQUEST_FEEDBACK("Pull Request Feedback", "Run various functional tests", "PullRequestFeedback"), READY_FOR_NIGHTLY( "Ready for Nightly", "Rerun tests in different environments / 3rd party components", "ReadyforNightly", ),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
import model.Trigger import projects.StageProject val stageWithOsTriggers: Map<StageName, List<Os>> = mapOf( StageName.PULL_REQUEST_FEEDBACK to listOf(Os.LINUX, Os.WINDOWS), StageName.READY_FOR_NIGHTLY to listOf(Os.LINUX, Os.WINDOWS, Os.MACOS), StageName.READY_FOR_RELEASE to listOf(Os.LINUX, Os.WINDOWS, Os.MACOS), ) class StageTriggers( model: CIBuildModel, stage: Stage,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 10:33:45 UTC 2025 - 6.8K bytes - Viewed (0)