From df9c4925cd94e2b7fad7862a0efefdb8fb59840d Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Wed, 6 Jul 2022 15:24:06 -0700 Subject: [PATCH] Update vm pool for integration testing pipeline (#836) * Update VMs image names for integration tests * Update VM pool --- azure-pipelines-e2e-integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-e2e-integration-tests.yml b/azure-pipelines-e2e-integration-tests.yml index a99ad3b7..9b71081c 100644 --- a/azure-pipelines-e2e-integration-tests.yml +++ b/azure-pipelines-e2e-integration-tests.yml @@ -14,7 +14,9 @@ strategy: imageName: 'MMS2019TLS' pool: - vmImage: $(imageName) + name: '1ES-Hosted-AzFunc' + demands: + - ImageOverride -equals $(imageName) steps: - pwsh: ./test/E2E/Start-E2ETest.ps1 -UseCoreToolsBuildFromIntegrationTests