15
15
vmImage : ' ubuntu-20.04'
16
16
17
17
container :
18
- image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye :latest
18
+ image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm :latest
19
19
20
20
steps :
21
21
- script : |
47
47
path : $(Build.ArtifactStagingDirectory)/download
48
48
artifact : common-lib
49
49
patterns : |
50
- target/debs/bullseye /libyang-*.deb
51
- target/debs/bullseye /libyang_*.deb
50
+ target/debs/bookworm /libyang-*.deb
51
+ target/debs/bookworm /libyang_*.deb
52
52
displayName : " Download libyang from amd64 common lib"
53
53
- script : |
54
54
set -ex
60
60
source : specific
61
61
project : build
62
62
pipeline : 9
63
- artifact : sonic-swss-common
63
+ artifact : sonic-swss-common-bookworm
64
64
runVersion : ' latestFromBranch'
65
65
runBranch : ' refs/heads/master'
66
66
displayName : " Download sonic swss common deb packages"
84
84
pool : sonicbld-arm64
85
85
86
86
container :
87
- image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye -arm64:latest
87
+ image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm -arm64:latest
88
88
89
89
steps :
90
90
- script : |
@@ -116,8 +116,8 @@ jobs:
116
116
path : $(Build.ArtifactStagingDirectory)/download
117
117
artifact : common-lib.arm64
118
118
patterns : |
119
- target/debs/bullseye /libyang-*.deb
120
- target/debs/bullseye /libyang_*.deb
119
+ target/debs/bookworm /libyang-*.deb
120
+ target/debs/bookworm /libyang_*.deb
121
121
displayName : " Download libyang from arm64 common lib"
122
122
- script : |
123
123
set -ex
@@ -129,7 +129,7 @@ jobs:
129
129
source : specific
130
130
project : build
131
131
pipeline : 9
132
- artifact : sonic-swss-common.arm64
132
+ artifact : sonic-swss-common-bookworm .arm64
133
133
runVersion : ' latestFromBranch'
134
134
runBranch : ' refs/heads/master'
135
135
displayName : " Download sonic swss common deb packages"
@@ -154,7 +154,7 @@ jobs:
154
154
pool : sonicbld-armhf
155
155
156
156
container :
157
- image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye -armhf:latest
157
+ image : sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm -armhf:latest
158
158
159
159
steps :
160
160
- script : |
@@ -186,8 +186,8 @@ jobs:
186
186
path : $(Build.ArtifactStagingDirectory)/download
187
187
artifact : common-lib.armhf
188
188
patterns : |
189
- target/debs/bullseye /libyang-*.deb
190
- target/debs/bullseye /libyang_*.deb
189
+ target/debs/bookworm /libyang-*.deb
190
+ target/debs/bookworm /libyang_*.deb
191
191
displayName : " Download libyang from armhf common lib"
192
192
- script : |
193
193
set -ex
@@ -199,7 +199,7 @@ jobs:
199
199
source : specific
200
200
project : build
201
201
pipeline : 9
202
- artifact : sonic-swss-common.armhf
202
+ artifact : sonic-swss-common-bookworm .armhf
203
203
runVersion : ' latestFromBranch'
204
204
runBranch : ' refs/heads/master'
205
205
displayName : " Download sonic swss common deb packages"
0 commit comments