Skip to content

Commit

Permalink
teamcity: limiting the appplatform concurrent runs to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 26, 2020
1 parent 09334c6 commit b0eaa8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ var runNightly = mapOf(

// specifies a list of services which should be run with a custom test configuration
var serviceTestConfigurationOverrides = mapOf(
// Spring Cloud only allows a max of 10 provisioned
"appplatform" to testConfiguration(5, default),

// The AKS API has a low rate limit
"containers" to testConfiguration(5, defaultStartHour),

Expand Down

0 comments on commit b0eaa8e

Please sign in to comment.