Skip to content

Commit

Permalink
[Key Vault] Change location for weekly China cloud tests (#36018)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Jun 11, 2024
1 parent 433b99a commit 4356326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-administration/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extends:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
Location: chinanorth3
Location: chinaeast2
# Test azure-keyvault-administration on *only* Managed HSM for weekly tests only
MatrixConfigs:
- Name: keyvault_admin_weekly_matrix
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-keys/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extends:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
Location: chinanorth3
Location: chinaeast2
${{ if contains(variables['Build.DefinitionName'], 'tests-weekly') }}:
# Test azure-keyvault-keys on Managed HSM for weekly tests only
AdditionalMatrixConfigs:
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extends:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
Location: chinanorth3
Location: chinaeast2
EnvVars:
AZURE_TEST_RUN_LIVE: true
AZURE_SKIP_LIVE_RECORDING: 'True'
Expand Down

0 comments on commit 4356326

Please sign in to comment.