Skip to content

Commit

Permalink
Test Fixes: Post 3.0 (#16264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Apr 6, 2022
1 parent ef989aa commit 092b075
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,21 @@ var serviceTestConfigurationOverrides = mapOf(
// these tests all conflict with one another
"authorization" to testConfiguration(parallelism = 1),

// Server is only available in certain locations
"analysisservices" to testConfiguration(locationOverride = LocationConfiguration("westus", "northeurope", "southcentralus", true)),

// HCICluster is only available in certain locations
"azurestackhci" to testConfiguration(locationOverride = LocationConfiguration("australiaeast", "eastus", "westeurope", true)),

//Blueprints are constrained on the number of targets available - these execute quickly, so can be serialised
"blueprints" to testConfiguration(parallelism = 1),

// "cognitive" is expensive - Monday, Wednesday, Friday
"cognitive" to testConfiguration(daysOfWeek = "2,4,6"),

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

// The AKS API has a low rate limit
"containers" to testConfiguration(parallelism = 5),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ func resourceKubernetesCluster() *pluginsdk.Resource {
Type: pluginsdk.TypeList,
Optional: true,
ForceNew: true,
Computed: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeString,
ValidateFunc: validation.StringInSlice([]string{
Expand Down

0 comments on commit 092b075

Please sign in to comment.