Skip to content

Commit

Permalink
[ci] allow download partially succeeded suilds for sonic-swss-pytests…
Browse files Browse the repository at this point in the history
… artifact (sonic-net#2063)

#### What I did
Currently the latest sonic-swss-pytests has warning in armhf stage. We should allow download artifact from partially succeeded builds.
ref: https://dev.azure.com/mssonic/build/_build?definitionId=15&_a=summary&view=branches
  • Loading branch information
qiluo-msft authored Feb 13, 2022
1 parent 2829e39 commit 79ca7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
artifact: sonic-swss-pytests
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
allowPartiallySucceededBuilds: true
displayName: "Download sonic swss pytests"

- checkout: self
Expand Down

0 comments on commit 79ca7da

Please sign in to comment.