Skip to content

Commit

Permalink
[7.11] [CI] [TeamCity] Add more default ci groups and build usage_col…
Browse files Browse the repository at this point in the history
…lection plugin (#88864) (#88872)
  • Loading branch information
brianseeders authored Jan 20, 2021
1 parent 0eb1654 commit aec99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/src/builds/default/DefaultCiGroups.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package builds.default
import dependsOn
import jetbrains.buildServer.configs.kotlin.v2019_2.BuildType

const val DEFAULT_CI_GROUP_COUNT = 11
const val DEFAULT_CI_GROUP_COUNT = 13
val defaultCiGroups = (1..DEFAULT_CI_GROUP_COUNT).map { DefaultCiGroup(it) }

object DefaultCiGroups : BuildType({
Expand Down

0 comments on commit aec99b9

Please sign in to comment.