From c456edd25360be978db58440522a91f399cb64ae Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:23:45 +0100 Subject: [PATCH] `CI` - use new sub for `appservice` tests (#21482) --- .teamcity/components/settings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/components/settings.kt b/.teamcity/components/settings.kt index f9951ad5af87..2c4441bfef57 100644 --- a/.teamcity/components/settings.kt +++ b/.teamcity/components/settings.kt @@ -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),