Skip to content

Commit

Permalink
Changing default testing location for container app resource (#27264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Sep 3, 2024
1 parent 3f0b54c commit b6ca2d6
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 @@ -66,7 +66,7 @@ var serviceTestConfigurationOverrides = mapOf(

// Container App Managed Environments are limited to 20 per location, using 10 as they can take some time to clear
// Enable rotation test to mitigate resource burden in a single region
"containerapps" to testConfiguration(parallelism = 10, locationOverride = LocationConfiguration("eastus2","westus2","southcentralus", true)),
"containerapps" to testConfiguration(parallelism = 10, locationOverride = LocationConfiguration("eastus2","westus2","northcentralus", true)),

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

0 comments on commit b6ca2d6

Please sign in to comment.