Skip to content

Commit

Permalink
Update vm pool for integration testing pipeline (#843)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Francisco-Gamino authored Aug 8, 2022
1 parent dbc459f commit 0bba900
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ trigger: none
strategy:
matrix:
linux:
imageName: 'ubuntu-latest'
imageName: 'MMSUbuntu20.04TLS'
windows:
imageName: 'vs2017-win2016'
imageName: 'MMS2019TLS'

pool:
vmImage: $(imageName)
name: '1ES-Hosted-AzFunc'
demands:
- ImageOverride -equals $(imageName)

steps:
- pwsh: ./test/E2E/Start-E2ETest.ps1 -UseCoreToolsBuildFromIntegrationTests
Expand Down

0 comments on commit 0bba900

Please sign in to comment.