Skip to content

Commit

Permalink
Attempt to provision HSM
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jan 15, 2021
1 parent 54096d6 commit cfb18c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sdk/keyvault/keyvault-admin/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ extends:
PackageName: "@azure/keyvault-admin"
ResourceServiceDirectory: keyvault
TestMinMax: true
# KV HSM limitation prevents us from running live tests
# against multiple platforms in parallel (we're limited to a single
# instance per region per subscription) so we're only running
# live tests against a single instance.
ArmTemplateParameters: "@{ enableHsm = $true }"
Matrix:
Linux Node 10:
OSVmImage: "ubuntu-18.04"
TestType: "node"
NodeTestVersion: "10.x"
EnvVars:
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
Expand Down

0 comments on commit cfb18c0

Please sign in to comment.