Skip to content

Commit

Permalink
remove unintended teamcity setting
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Nov 29, 2023
1 parent 2036639 commit 2a4e1a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ var serviceTestConfigurationOverrides = mapOf(
// ElasticSAN has 5 instance quota per subscription per region
"elasticsan" to testConfiguration(parallelism = 4),

// 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

0 comments on commit 2a4e1a5

Please sign in to comment.