Skip to content
2 changes: 2 additions & 0 deletions .azure-pipelines/build-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202106'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
Expand All @@ -50,6 +51,7 @@ jobs:
artifact: ${{ parameters.sairedis_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202106'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic sairedis deb packages"
- task: DownloadPipelineArtifact@2
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202106'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
Expand All @@ -89,6 +90,7 @@ jobs:
artifact: ${{ parameters.sairedis_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202106'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic sairedis deb packages"
- script: |
Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
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
Expand All @@ -27,6 +31,7 @@ jobs:
artifact: sonic-swss-common.amd64.ubuntu20_04
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202106'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic swss common deb packages"

Expand Down