Skip to content

Commit

Permalink
[build-docker-sonic-vs] Allowing partial build for sairedis (#3177)
Browse files Browse the repository at this point in the history
Allowing partial build for sairedis to make sure build isn't skipping latest on branch.
  • Loading branch information
Ndancejic authored May 31, 2024
1 parent 6568193 commit 98012ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/build-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
artifact: ${{ parameters.sairedis_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/${{ parameters.sairedis_artifact_branch }}'
allowPartiallySucceededBuilds: true
path: $(Build.ArtifactStagingDirectory)/download/sairedis
patterns: |
${{ parameters.sairedis_artifact_pattern }}/libsaivs_*.deb
Expand Down

0 comments on commit 98012ed

Please sign in to comment.