diff --git a/.teamcity/components/settings.kt b/.teamcity/components/settings.kt index f35abefe027d..764f555685f0 100644 --- a/.teamcity/components/settings.kt +++ b/.teamcity/components/settings.kt @@ -79,8 +79,8 @@ 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(parallelism = 1, locationOverride = LocationConfiguration("westeurope", "uksouth", "canadacentral", false)), + // Dev Center only available in some regions / has a quota of 5 + "devcenter" to testConfiguration(parallelism = 4, 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)),