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 Oct 27, 2022
1 parent 564adfd commit 3e019a1
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),
Expand Down

0 comments on commit 3e019a1

Please sign in to comment.