Skip to content

Commit a2b8161

Browse files
authored
[ci] pipeline fixes for VS test (#581)
*Cherry pick PRs sonic-net/sonic-swss#2142, sonic-net/sonic-swss#2138
1 parent 2443b43 commit a2b8161

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.azure-pipelines/test-docker-sonic-vs-template.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
displayName: vstest
1212
timeoutInMinutes: ${{ parameters.timeout }}
1313

14-
pool:
15-
vmImage: 'ubuntu-20.04'
14+
pool: sonic-common
1615

1716
steps:
17+
- script: |
18+
ls -A1 | xargs -I{} sudo rm -rf {}
19+
displayName: "Clean workspace"
20+
- checkout: self
1821
- task: DownloadPipelineArtifact@2
1922
inputs:
2023
artifact: docker-sonic-vs

0 commit comments

Comments
 (0)