- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for QUICK_FEEDBACK (0.29 sec)
-
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
model.stages .filter { it.stageName in listOf( StageName.QUICK_FEEDBACK_LINUX_ONLY, StageName.QUICK_FEEDBACK, StageName.PULL_REQUEST_FEEDBACK, StageName.READY_FOR_NIGHTLY, ) }.flatMap { it.functionalTests } .filter { it.os == os }
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
val uuid: String, ) { QUICK_FEEDBACK_LINUX_ONLY( "Quick Feedback - Linux Only", "Run checks and functional tests (embedded executer, Linux)", "QuickFeedbackLinuxOnly", ), 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(
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/projects/StageProject.kt
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 11.9K bytes - Viewed (0)