Skip to content

Commit

Permalink
[ci] Allow partially succeeded build when downloading. (#298)
Browse files Browse the repository at this point in the history
Why I did it
Allow partially succeeded builds when download artifacts in PR validation.

How I did it
How to verify it
  • Loading branch information
liushilongbuaa authored Oct 10, 2024
1 parent 9705bed commit 309dc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ stages:
artifact: sonic-swss-common-bookworm
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BUILD_BRANCH)'
allowPartiallySucceededBuilds: true
displayName: "Download sonic-swss-common"

- script: |
Expand Down

0 comments on commit 309dc5b

Please sign in to comment.