Skip to content

Commit 10f5c9f

Browse files
authored
Add windows pool reference to cosmos ci matrix (Azure#13350)
* Add windows pool reference to cosmos ci matrix * Add windows pool reference to keyvault admin live test matrix
1 parent 832c98f commit 10f5c9f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/pipelines/templates/stages/cosmos-sdk-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ stages:
3131
TestSamples: false
3232
Matrix:
3333
Windows_Node8:
34-
OSVmImage: "windows-2019"
34+
Pool: azsdk-pool-mms-win-2019-general
35+
OSVmImage: MMS2019
3536
NodeTestVersion: "8.x"
3637
TestType: "node"
3738
PreIntegrationSteps: cosmos-integration-public

sdk/keyvault/keyvault-admin/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ extends:
1515
ArmTemplateParameters: "@{ enableHsm = $true }"
1616
Matrix:
1717
Linux Node 10 with Managed HSM:
18-
OSVmImage: "ubuntu-18.04"
18+
Pool: azsdk-pool-mms-ubuntu-1804-general
19+
OSVmImage: MMSUbuntu18.04
1920
TestType: "node"
2021
NodeTestVersion: "10.x"
2122
EnvVars:

0 commit comments

Comments
 (0)