From 5e0c93406c54296e76957e4656722d154d09c334 Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Wed, 9 Feb 2022 00:34:11 +0800 Subject: [PATCH] [ci]: Change to the agent pool not use latest azure image (#2138) * Change to the agent pool not use latest azure image --- .azure-pipelines/test-docker-sonic-vs-template.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 237778af4a17..571473eca68a 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -21,8 +21,7 @@ jobs: displayName: vstest timeoutInMinutes: ${{ parameters.timeout }} - pool: - vmImage: 'ubuntu-20.04' + pool: sonic-common steps: - task: DownloadPipelineArtifact@2