Skip to content

Commit c5fa616

Browse files
[ci] Allow partially succeeded builds to download. (sonic-net#2709)
1 parent 840fe1d commit c5fa616

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
runVersion: 'latestFromBranch'
4646
runBranch: 'refs/heads/$(BUILD_BRANCH)'
4747
path: $(Build.ArtifactStagingDirectory)/download
48+
allowPartiallySucceededBuilds: true
4849
displayName: "Download sonic swss common deb packages"
4950
- task: DownloadPipelineArtifact@2
5051
inputs:
@@ -55,6 +56,7 @@ jobs:
5556
runVersion: 'latestFromBranch'
5657
runBranch: 'refs/heads/$(BUILD_BRANCH)'
5758
path: $(Build.ArtifactStagingDirectory)/download
59+
allowPartiallySucceededBuilds: true
5860
displayName: "Download sonic sairedis deb packages"
5961
- task: DownloadPipelineArtifact@2
6062
inputs:

.azure-pipelines/build-template.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
runVersion: 'latestFromBranch'
8787
runBranch: 'refs/heads/$(BUILD_BRANCH)'
8888
path: $(Build.ArtifactStagingDirectory)/download
89+
allowPartiallySucceededBuilds: true
8990
patterns: |
9091
libswsscommon_1.0.0_${{ parameters.arch }}.deb
9192
libswsscommon-dev_1.0.0_${{ parameters.arch }}.deb
@@ -99,6 +100,7 @@ jobs:
99100
runVersion: 'latestFromBranch'
100101
runBranch: 'refs/heads/$(BUILD_BRANCH)'
101102
path: $(Build.ArtifactStagingDirectory)/download
103+
allowPartiallySucceededBuilds: true
102104
patterns: |
103105
libsaivs_*.deb
104106
libsaivs-dev_*.deb

0 commit comments

Comments
 (0)