Skip to content

Commit

Permalink
Bump TC configurations to use 2024.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Nov 5, 2024
1 parent 4ee8588 commit 6a73f9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .teamcity/_Self/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ object Constants {
const val EAP_CHANNEL = "eap"
const val DEV_CHANNEL = "Dev"

const val NVIM_TESTS = "2024.1.1"
const val PROPERTY_TESTS = "2024.1.1"
const val LONG_RUNNING_TESTS = "2024.1.1"
const val QODANA_TESTS = "2024.1.1"
const val RELEASE = "2024.1.1"
const val NVIM_TESTS = "2024.2.1"
const val PROPERTY_TESTS = "2024.2.1"
const val LONG_RUNNING_TESTS = "2024.2.1"
const val QODANA_TESTS = "2024.2.1"
const val RELEASE = "2024.2.1"

const val RELEASE_DEV = "2024.1.1"
const val RELEASE_EAP = "2024.1.1"
const val RELEASE_DEV = "2024.2.1"
const val RELEASE_EAP = "2024.2.1"
}
3 changes: 1 addition & 2 deletions .teamcity/_Self/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ object Project : Project({

// Active tests
buildType(TestingBuildType("Latest EAP", "<default>", version = "LATEST-EAP-SNAPSHOT"))
buildType(TestingBuildType("2024.1.1", "<default>"))
buildType(TestingBuildType("2024.2", "<default>"))
buildType(TestingBuildType("2024.2.1", "<default>"))
buildType(TestingBuildType("Latest EAP With Xorg", "<default>", version = "LATEST-EAP-SNAPSHOT"))

buildType(PropertyBased)
Expand Down

0 comments on commit 6a73f9e

Please sign in to comment.