Skip to content

Commit

Permalink
acctests: renaming hpccache -> storagecache
Browse files Browse the repository at this point in the history
Nit missed in #24005
  • Loading branch information
tombuildsstuff committed Nov 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c979ceb commit 2e3817b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
@@ -88,9 +88,6 @@ var serviceTestConfigurationOverrides = mapOf(
// Elastic can't provision many in parallel
"elastic" to testConfiguration(parallelism = 1),

// HPC Cache has a 4 instance per subscription quota as of early 2021
"hpccache" to testConfiguration(parallelism = 3, daysOfWeek = "2,4,6"),

// HSM has low quota and potentially slow recycle time, Only run on Mondays
"hsm" to testConfiguration(parallelism = 1, daysOfWeek = "1"),

@@ -164,6 +161,9 @@ var serviceTestConfigurationOverrides = mapOf(
// SQL has quota available in certain locations
"sql" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "francecentral", "eastus2", false)),

// HPC Cache has a 4 instance per subscription quota as of early 2021
"storagecache" to testConfiguration(parallelism = 3, daysOfWeek = "2,4,6"),

"storagemover" to testConfiguration(locationOverride = LocationConfiguration("eastus", "eastus2", "westus3", false)),

// StreamAnalytics has quota available in certain locations

0 comments on commit 2e3817b

Please sign in to comment.