File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7373 ${{ else }} :
7474 artifact : common-lib.${{ parameters.arch }}
7575 patterns : |
76- target/debs/bullseye /libyang-*.deb
77- target/debs/bullseye /libyang_*.deb
76+ target/debs/bookworm /libyang-*.deb
77+ target/debs/bookworm /libyang_*.deb
7878 displayName : " Download libyang from common lib"
7979 - script : |
8080 set -ex
8787 project : build
8888 pipeline : 9
8989 ${{ if eq(parameters.arch, 'amd64') }} :
90- artifact : sonic-swss-common
90+ artifact : sonic-swss-common-bookworm
9191 ${{ else }} :
92- artifact : sonic-swss-common.${{ parameters.arch }}
92+ artifact : sonic-swss-common-bookworm .${{ parameters.arch }}
9393 runVersion : ' latestFromBranch'
9494 runBranch : ' refs/heads/master'
9595 path : ' $(Build.SourcesDirectory)/sonic-swss-common'
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 pool :
1616 vmImage : ' ubuntu-20.04'
1717 codeCoverage : true
18- containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye :latest
18+ containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm :latest
1919- template : .azure-pipelines/build.yml
2020 parameters :
2121 arch : arm64
2222 pool : sonicbld-arm64
23- containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye -arm64:latest
23+ containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm -arm64:latest
2424- template : .azure-pipelines/build.yml
2525 parameters :
2626 arch : armhf
2727 pool : sonicbld-armhf
28- containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye -armhf:latest
28+ containerImage : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm -armhf:latest
2929
You can’t perform that action at this time.
0 commit comments