Skip to content

Commit a23caf9

Browse files
[ci] Fix pipeline issue. (#95)
* [ci] Fix pipeline swss common artifact rename
1 parent 6153c6d commit a23caf9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-pipelines.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
vmImage: 'ubuntu-20.04'
1616

1717
container:
18-
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:latest
18+
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm:latest
1919

2020
steps:
2121
- script: |
@@ -47,8 +47,8 @@ jobs:
4747
path: $(Build.ArtifactStagingDirectory)/download
4848
artifact: common-lib
4949
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
5252
displayName: "Download libyang from amd64 common lib"
5353
- script: |
5454
set -ex
@@ -60,7 +60,7 @@ jobs:
6060
source: specific
6161
project: build
6262
pipeline: 9
63-
artifact: sonic-swss-common
63+
artifact: sonic-swss-common-bookworm
6464
runVersion: 'latestFromBranch'
6565
runBranch: 'refs/heads/master'
6666
displayName: "Download sonic swss common deb packages"
@@ -84,7 +84,7 @@ jobs:
8484
pool: sonicbld-arm64
8585

8686
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
8888

8989
steps:
9090
- script: |
@@ -116,8 +116,8 @@ jobs:
116116
path: $(Build.ArtifactStagingDirectory)/download
117117
artifact: common-lib.arm64
118118
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
121121
displayName: "Download libyang from arm64 common lib"
122122
- script: |
123123
set -ex
@@ -129,7 +129,7 @@ jobs:
129129
source: specific
130130
project: build
131131
pipeline: 9
132-
artifact: sonic-swss-common.arm64
132+
artifact: sonic-swss-common-bookworm.arm64
133133
runVersion: 'latestFromBranch'
134134
runBranch: 'refs/heads/master'
135135
displayName: "Download sonic swss common deb packages"
@@ -154,7 +154,7 @@ jobs:
154154
pool: sonicbld-armhf
155155

156156
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
158158

159159
steps:
160160
- script: |
@@ -186,8 +186,8 @@ jobs:
186186
path: $(Build.ArtifactStagingDirectory)/download
187187
artifact: common-lib.armhf
188188
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
191191
displayName: "Download libyang from armhf common lib"
192192
- script: |
193193
set -ex
@@ -199,7 +199,7 @@ jobs:
199199
source: specific
200200
project: build
201201
pipeline: 9
202-
artifact: sonic-swss-common.armhf
202+
artifact: sonic-swss-common-bookworm.armhf
203203
runVersion: 'latestFromBranch'
204204
runBranch: 'refs/heads/master'
205205
displayName: "Download sonic swss common deb packages"

0 commit comments

Comments
 (0)