Skip to content

Commit

Permalink
devcenter location override for TeamCity
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Oct 12, 2023
1 parent 5881169 commit 5756598
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 @@ -79,6 +79,9 @@ var serviceTestConfigurationOverrides = mapOf(
// data factory uses NC class VMs which are not available in eastus2
"datafactory" to testConfiguration(daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "southeastasia", "westus2", false)),

// Dev Center only available in some regions
"devcenter" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "uksouth", "canadacentral", false))

// "hdinsight" is super expensive - G class VM's are not available in westus2, quota only available in westeurope currently
"hdinsight" to testConfiguration(daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "southeastasia", "eastus2", false)),

Expand Down

0 comments on commit 5756598

Please sign in to comment.