Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 17, 2022
1 parent 0b2c7e8 commit fbb8555
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 @@ -84,6 +84,9 @@ var serviceTestConfigurationOverrides = mapOf(
// IoT Hub Device Update is only available in certain locations
"iothub" to testConfiguration(locationOverride = LocationConfiguration("northeurope", "eastus2", "westus2", false)),

// Lab Service is only available in certain locations
"labservice" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "eastus", "westus", false)),

// Log Analytics Clusters have a max deployments of 2 - parallelism set to 1 or `importTest` fails
"loganalytics" to testConfiguration(parallelism = 1),

Expand Down

0 comments on commit fbb8555

Please sign in to comment.