Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Dec 15, 2022
1 parent 79b5888 commit 53186cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ var serviceTestConfigurationOverrides = mapOf(
"cdn" to testConfiguration(locationOverride = LocationConfiguration("centralus", "eastus2", "westeurope", true)),

// "cognitive" is expensive - Monday, Wednesday, Friday
"cognitive" to testConfiguration(daysOfWeek = "2,4,6"),
// cognitive is only available in certain locations
"cognitive" to testConfiguration(daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "eastus", "southcentralus", true)),

// Cosmos is only available in certain locations
"cosmos" to testConfiguration(locationOverride = LocationConfiguration("westus", "northeurope", "southcentralus", true)),
Expand Down

0 comments on commit 53186cc

Please sign in to comment.