You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .teamcity/components/settings.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -206,10 +206,6 @@ var serviceTestConfigurationOverrides = mapOf(
206
206
// Currently, we have insufficient quota to actually run these, but there are a few nodes in West Europe, so we'll pin it there for now
207
207
"vmware" to testConfiguration(parallelism =3, locationOverride =LocationConfiguration("westeurope", "westus2", "eastus2", false)),
208
208
209
-
// In general, Azure Voice Service is available in several different regions, but each subscription will only be allowlisted for specific regions(`westcentralus`, `westcentralus`, `westcentralus`).
210
-
// Only the regions (`westcentralus`) is specified since the devtest subscription does not support creating resource group for the other two regions.
211
-
"voiceservices" to testConfiguration(parallelism =3, locationOverride =LocationConfiguration("westcentralus", "westcentralus", "westcentralus", false)),
212
-
213
209
// Offset start hour to avoid collision with new App Service, reduce frequency of testing days
0 commit comments