Skip to content

Commit

Permalink
CI - increase parallelism for containerapps after quota increase (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Feb 14, 2023
1 parent dcf8587 commit 12c5e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ var serviceTestConfigurationOverrides = mapOf(
//Confidential Ledger
"confidentialledger" to testConfiguration(locationOverride = LocationConfiguration("eastus","southcentralus","westeurope", false)),

// Container App Managed Environments are limited to 5 per location, using 3 as they can take some time to clear
"containerapps" to testConfiguration(parallelism = 3, locationOverride = LocationConfiguration("westeurope","eastus","canadacentral", false)),
// Container App Managed Environments are limited to 20 per location, using 10 as they can take some time to clear
"containerapps" to testConfiguration(parallelism = 10, locationOverride = LocationConfiguration("westeurope","eastus","canadacentral", false)),

// The AKS API has a low rate limit
"containers" to testConfiguration(parallelism = 5, locationOverride = LocationConfiguration("eastus","westeurope","eastus2", false), useDevTestSubscription = true),
Expand Down

0 comments on commit 12c5e12

Please sign in to comment.