Skip to content

Commit c461f4b

Browse files
Update vm pool for integration testing pipeline (#836) (#837)
* Update VMs image names for integration tests * Update VM pool
1 parent 45f5961 commit c461f4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines-e2e-integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ strategy:
1414
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)