Skip to content

Commit

Permalink
CI - use new sub for appservice tests (hashicorp#21482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Apr 19, 2023
1 parent 8b6ce4b commit c456edd
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 @@ -29,7 +29,7 @@ var serviceTestConfigurationOverrides = mapOf(
"analysisservices" to testConfiguration(locationOverride = LocationConfiguration("westus", "northeurope", "southcentralus", true), useDevTestSubscription = true),

// App Service Plans for Linux are currently unavailable in WestUS2
"appservice" to testConfiguration(startHour = 3, daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "northeurope", "eastus2", false)),
"appservice" to testConfiguration(startHour = 3, daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "northeurope", "eastus2", false), useDevTestSubscription = true),

// these tests all conflict with one another
"authorization" to testConfiguration(parallelism = 1),
Expand Down

0 comments on commit c456edd

Please sign in to comment.