Skip to content

Commit

Permalink
teamcity: increasing the quota to 4 (5 available)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Oct 13, 2023
1 parent deee92c commit ab0f286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit ab0f286

Please sign in to comment.