Skip to content

Commit

Permalink
Merge pull request #22816 from hashicorp/b/tcconfig-hsm
Browse files Browse the repository at this point in the history
teamcity: running `hsm` on the main subscription
  • Loading branch information
tombuildsstuff authored Aug 4, 2023
2 parents a7ff38f + 4ebcac4 commit 10ecd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var serviceTestConfigurationOverrides = mapOf(
"hpccache" to testConfiguration(parallelism = 3, daysOfWeek = "2,4,6", useDevTestSubscription = true),

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

// IoT Central is only available in certain locations
"iotcentral" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "southeastasia", "eastus2", false), useDevTestSubscription = true),
Expand Down

0 comments on commit 10ecd75

Please sign in to comment.