Switch CI builds to use public machine pool (#93)
This commit is contained in:
parent
a0e2dacd98
commit
4c41f23ec4
@ -36,9 +36,15 @@ jobs:
|
|||||||
- template: ./templates/run-unit-tests.yaml
|
- template: ./templates/run-unit-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
|
reimageServiceConnection: essential-experiences-interactive-reimage
|
||||||
|
reimageSubscriptionId: a8f5eb47-e59c-44b4-8e42-e70811a047b5
|
||||||
|
reimageResourceGroup: EETestPublic
|
||||||
|
|
||||||
- template: ./templates/run-unit-tests.yaml
|
- template: ./templates/run-unit-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x86
|
platform: x86
|
||||||
|
reimageServiceConnection: essential-experiences-interactive-reimage
|
||||||
|
reimageSubscriptionId: a8f5eb47-e59c-44b4-8e42-e70811a047b5
|
||||||
|
reimageResourceGroup: EETestPublic
|
||||||
|
|
||||||
- template: ./templates/package-appxbundle.yaml
|
- template: ./templates/package-appxbundle.yaml
|
||||||
|
@ -38,10 +38,16 @@ jobs:
|
|||||||
- template: ./templates/run-unit-tests.yaml
|
- template: ./templates/run-unit-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
|
reimageServiceConnection: macool-sandbox-interactiveDesktopRS5
|
||||||
|
reimageSubscriptionId: 012a8008-c00f-45b3-9828-41ebba30141d
|
||||||
|
reimageResourceGroup: interactiveDesktopRS5
|
||||||
|
|
||||||
- template: ./templates/run-unit-tests.yaml
|
- template: ./templates/run-unit-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x86
|
platform: x86
|
||||||
|
reimageServiceConnection: macool-sandbox-interactiveDesktopRS5
|
||||||
|
reimageSubscriptionId: 012a8008-c00f-45b3-9828-41ebba30141d
|
||||||
|
reimageResourceGroup: interactiveDesktopRS5
|
||||||
|
|
||||||
- template: ./templates/package-appxbundle.yaml
|
- template: ./templates/package-appxbundle.yaml
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
platform: ''
|
platform: ''
|
||||||
|
reimageServiceConnection: ''
|
||||||
|
reimageSubscriptionId: ''
|
||||||
|
reimageResourceGroup: ''
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: UnitTests${{ parameters.platform }}
|
- job: UnitTests${{ parameters.platform }}
|
||||||
@ -49,6 +52,6 @@ jobs:
|
|||||||
displayName: Reimage test machine
|
displayName: Reimage test machine
|
||||||
inputs:
|
inputs:
|
||||||
connectionType: connectedServiceNameARM
|
connectionType: connectedServiceNameARM
|
||||||
azureServiceConnection: macool-sandbox-interactiveDesktopRS5
|
azureServiceConnection: ${{ parameters.reimageServiceConnection }}
|
||||||
urlSuffix: subscriptions/012a8008-c00f-45b3-9828-41ebba30141d/resourceGroups/interactiveDesktopRS5/providers/Microsoft.Compute/virtualMachineScaleSets/essential/reimage?api-version=2018-10-01
|
urlSuffix: subscriptions/${{ parameters.reimageSubscriptionId }}/resourceGroups/${{ parameters.reimageResourceGroup }}/providers/Microsoft.Compute/virtualMachineScaleSets/essential/reimage?api-version=2018-10-01
|
||||||
body: '{ "instanceIds": ["$(agentInstanceId)"] }'
|
body: '{ "instanceIds": ["$(agentInstanceId)"] }'
|
Loading…
Reference in New Issue
Block a user