File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,11 +33,15 @@ steps:
3333 artifact : sonic-buildimage.vs
3434 runVersion : ' latestFromBranch'
3535 runBranch : ' refs/heads/$(BRANCH_NAME)'
36+ patterns : |
37+ **/*.whl
38+ **/*.deb
39+ path : ' $(Build.ArtifactStagingDirectory)'
3640 displayName : " Download artifacts from latest sonic-buildimage build"
3741
3842- script : |
3943 set -xe
40- sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
44+ sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev || true
4145 sudo dpkg -i libyang_1.0.73_amd64.deb \
4246 libnl-3-200_*.deb \
4347 libnl-genl-3-200_*.deb \
4650 libhiredis0.14_*.deb \
4751 libswsscommon_1.0.0_amd64.deb \
4852 python3-swsscommon_1.0.0_amd64.deb
49- workingDirectory : $(Pipeline.Workspace )/target/debs/bullseye/
53+ workingDirectory : $(Build.ArtifactStagingDirectory )/target/debs/bullseye/
5054 displayName : ' Install Debian dependencies'
5155
5256- script : |
5660 sudo pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
5761 sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
5862 sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
59- workingDirectory : $(Pipeline.Workspace )/target/python-wheels/bullseye/
63+ workingDirectory : $(Build.ArtifactStagingDirectory )/target/python-wheels/bullseye/
6064 displayName : ' Install Python dependencies'
6165
6266- script : |
You can’t perform that action at this time.
0 commit comments