Skip to content

Commit 0bba900

Browse files
Update vm pool for integration testing pipeline (#843)
* Update VMs image names for integration tests (#828) (#834) * Update vm pool for integration testing pipeline (#836) * Update VMs image names for integration tests * Update VM pool
1 parent dbc459f commit 0bba900

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines-e2e-integration-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ trigger: none
99
strategy:
1010
matrix:
1111
linux:
12-
imageName: 'ubuntu-latest'
12+
imageName: 'MMSUbuntu20.04TLS'
1313
windows:
14-
imageName: 'vs2017-win2016'
14+
imageName: 'MMS2019TLS'
1515

1616
pool:
17-
vmImage: $(imageName)
17+
name: '1ES-Hosted-AzFunc'
18+
demands:
19+
- ImageOverride -equals $(imageName)
1820

1921
steps:
2022
- pwsh: ./test/E2E/Start-E2ETest.ps1 -UseCoreToolsBuildFromIntegrationTests

0 commit comments

Comments
 (0)