Skip to content

Commit

Permalink
[ci] Fix pipeline on build_and_install_module (sonic-net#2074)
Browse files Browse the repository at this point in the history
#### What I did
1. upstream [Azure.sonic-swss](https://dev.azure.com/mssonic/build/_build?definitionId=15&_a=summary) keep failing at vstest, however the build artifacts should be good to download
2. Fix path of build_and_install_module
  • Loading branch information
qiluo-msft committed Feb 17, 2022
1 parent 9e50124 commit 9789bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -29,6 +29,7 @@ jobs:
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download docker-sonic-vs artifact"

- script: |
Expand Down
3 changes: 2 additions & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:

- script: |
set -x
sudo .azure-pipelines/build_and_install_module.sh
set -e
sudo ./sonic-utilities/.azure-pipelines/build_and_install_module.sh
sudo apt-get install -y libhiredis0.14
sudo dpkg -i --force-confask,confnew ../libswsscommon_1.0.0_amd64.deb || apt-get install -f
Expand Down

0 comments on commit 9789bfb

Please sign in to comment.