Skip to content

Commit

Permalink
add available location config to TC
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Nov 15, 2022
1 parent 09ba4d8 commit 7a733b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var serviceTestConfigurationOverrides = mapOf(
"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),
"containerapps" to testConfiguration(parallelism = 3, 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)),
Expand Down

0 comments on commit 7a733b2

Please sign in to comment.