diff --git a/.azure-pipelines/build-docker-sonic-vs-template.yml b/.azure-pipelines/build-docker-sonic-vs-template.yml index e688dfcc2f7..fe5b00d045b 100644 --- a/.azure-pipelines/build-docker-sonic-vs-template.yml +++ b/.azure-pipelines/build-docker-sonic-vs-template.yml @@ -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 @@ -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 diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index 5719b145370..db5fb2c9367 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -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 @@ -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: | diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 386a51946c4..57fb24d9fdf 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -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 @@ -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"