Skip to content

Commit

Permalink
Rename ReadyforMerge to PullRequestFeedback on release pipeline
Browse files Browse the repository at this point in the history
This is a follow-up of gradle/gradle-bot#29,
which keeps the build type id consistent with master pipeline.
  • Loading branch information
blindpirate committed Feb 6, 2022
1 parent 88ab9b6 commit f0d9291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .teamcity/src/main/kotlin/model/CIBuildModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ import projects.DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE
enum class StageNames(override val stageName: String, override val description: String) : StageName {
QUICK_FEEDBACK_LINUX_ONLY("Quick Feedback - Linux Only", "Run checks and functional tests (embedded executer, Linux)"),
QUICK_FEEDBACK("Quick Feedback", "Run checks and functional tests (embedded executer, Windows)"),
READY_FOR_MERGE("Pull Request Feedback", "Run vairous functional tests against distribution") {
override val id: String = "ReadyforMerge"
},
READY_FOR_MERGE("Pull Request Feedback", "Run various functional tests against distribution"),
READY_FOR_NIGHTLY("Ready for Nightly", "Rerun tests in different environments / 3rd party components"),
READY_FOR_RELEASE("Ready for Release", "Once a day: Rerun tests in more environments"),
HISTORICAL_PERFORMANCE("Historical Performance", "Once a week: Run performance tests for multiple Gradle versions"),
Expand Down

0 comments on commit f0d9291

Please sign in to comment.