Skip to content

Commit

Permalink
X-Pack agents back to 4 cpu machines
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 15, 2020
1 parent c1eba41 commit 2deeb25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/src/builds/default/DefaultCiGroup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ class DefaultCiGroup(val ciGroup: Int = 0, init: BuildType.() -> Unit = {}) : De
runbld("Default CI Group $ciGroup", "./.ci/teamcity/default/ci_group.sh $ciGroup")
}

requireAgent(StandardAgents["4"]!!)

init()
})

0 comments on commit 2deeb25

Please sign in to comment.