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 4016c75
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion sdk/keyvault/keyvault-admin/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ extends:
parameters:
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.
TestMinMax: false
TestBrowser: false
testSamples: false
ArmTemplateParameters: "@{ enableHsm = $true }"
Matrix:
Linux Node 10 with Managed HSM:
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 4016c75

Please sign in to comment.