Skip to content

Commit

Permalink
Merge pull request #24012 from hashicorp/f/tc-config-hpccache-rename
Browse files Browse the repository at this point in the history
acctests: renaming `hpccache` -> `storagecache`
  • Loading branch information
tombuildsstuff authored Nov 24, 2023
2 parents 8da9dae + 2e3817b commit f461325
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
Expand Up @@ -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"),

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f461325

Please sign in to comment.