Skip to content

Commit e55eb9e

Browse files
Update vm pool for integration testing pipeline (#836)
* Update VMs image names for integration tests * Update VM pool
1 parent 123878f commit e55eb9e

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: |

0 commit comments

Comments
 (0)