Skip to content

Commit

Permalink
Update settings.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Dec 9, 2022
1 parent 4fd8a03 commit 96cfc73
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 @@ -43,7 +43,7 @@ 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" to testConfiguration(daysOfWeek = "2,4,6"),

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

0 comments on commit 96cfc73

Please sign in to comment.