diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 979fe5a85..0068f069a 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -11,10 +11,13 @@ jobs: displayName: vstest timeoutInMinutes: ${{ parameters.timeout }} - pool: - vmImage: 'ubuntu-20.04' + pool: sonic-common steps: + - script: | + ls -A1 | xargs -I{} sudo rm -rf {} + displayName: "Clean workspace" + - checkout: self - task: DownloadPipelineArtifact@2 inputs: artifact: docker-sonic-vs