Skip to content

Commit 4356326

Browse files
authored
[Key Vault] Change location for weekly China cloud tests (#36018)
1 parent 433b99a commit 4356326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/keyvault/azure-keyvault-administration/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extends:
2121
SubscriptionConfiguration: $(sub-config-cn-test-resources)
2222
MatrixFilters:
2323
- ArmTemplateParameters=^(?!.*enableHsm.*true)
24-
Location: chinanorth3
24+
Location: chinaeast2
2525
# Test azure-keyvault-administration on *only* Managed HSM for weekly tests only
2626
MatrixConfigs:
2727
- Name: keyvault_admin_weekly_matrix

sdk/keyvault/azure-keyvault-keys/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extends:
2121
SubscriptionConfiguration: $(sub-config-cn-test-resources)
2222
MatrixFilters:
2323
- ArmTemplateParameters=^(?!.*enableHsm.*true)
24-
Location: chinanorth3
24+
Location: chinaeast2
2525
${{ if contains(variables['Build.DefinitionName'], 'tests-weekly') }}:
2626
# Test azure-keyvault-keys on Managed HSM for weekly tests only
2727
AdditionalMatrixConfigs:

sdk/keyvault/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extends:
2525
SubscriptionConfiguration: $(sub-config-cn-test-resources)
2626
MatrixFilters:
2727
- ArmTemplateParameters=^(?!.*enableHsm.*true)
28-
Location: chinanorth3
28+
Location: chinaeast2
2929
EnvVars:
3030
AZURE_TEST_RUN_LIVE: true
3131
AZURE_SKIP_LIVE_RECORDING: 'True'

0 commit comments

Comments
 (0)