From 12c5e12399a235dba8695f43f6fbb8b91bf47657 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:55:47 +0000 Subject: [PATCH] CI - increase parallelism for `containerapps` after quota increase (#20450) --- .teamcity/components/settings.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.teamcity/components/settings.kt b/.teamcity/components/settings.kt index 3497b14891f7..ead75c485ea7 100644 --- a/.teamcity/components/settings.kt +++ b/.teamcity/components/settings.kt @@ -53,8 +53,8 @@ var serviceTestConfigurationOverrides = mapOf( //Confidential Ledger "confidentialledger" to testConfiguration(locationOverride = LocationConfiguration("eastus","southcentralus","westeurope", false)), - // Container App Managed Environments are limited to 5 per location, using 3 as they can take some time to clear - "containerapps" to testConfiguration(parallelism = 3, locationOverride = LocationConfiguration("westeurope","eastus","canadacentral", false)), + // Container App Managed Environments are limited to 20 per location, using 10 as they can take some time to clear + "containerapps" to testConfiguration(parallelism = 10, locationOverride = LocationConfiguration("westeurope","eastus","canadacentral", false)), // The AKS API has a low rate limit "containers" to testConfiguration(parallelism = 5, locationOverride = LocationConfiguration("eastus","westeurope","eastus2", false), useDevTestSubscription = true),