Skip to content

Commit c078d2a

Browse files
yijingyan2jasonbridges
authored andcommitted
add broadcom debug image and mellanox session monitor image (sonic-net#24993)
Why I did it By adding two new images to make the PR validation cover more scenarios Work item tracking Microsoft ADO (number only): 36342827 Signed-off-by: yijingyan2 <[email protected]>
1 parent bc9f101 commit c078d2a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.azure-pipelines/azure-pipelines-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,11 @@ jobs:
182182
fi
183183
if [ $(syncd_rpc_image) == yes ]; then
184184
make $BUILD_OPTIONS ENABLE_SYNCD_RPC=y target/sonic-$(GROUP_NAME).bin
185-
mv target/sonic-mellanox.bin target/sonic-$(GROUP_NAME)-rpc.bin
185+
mv target/sonic-$(GROUP_NAME).bin target/sonic-$(GROUP_NAME)-rpc.bin
186+
fi
187+
if [ $(session_monitor) == yes ]; then
188+
make $BUILD_OPTIONS ENABLE_SESSION_MONITOR=y target/sonic-$(GROUP_NAME).bin
189+
mv target/sonic-$(GROUP_NAME).bin target/sonic-$(GROUP_NAME)-session-monitor.bin
186190
fi
187191
if [ $(GROUP_NAME) == nvidia-bluefield ]; then
188192
make $BUILD_OPTIONS target/sonic-$(GROUP_NAME).bfb

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ stages:
8080
variables:
8181
swi_image: yes
8282
docker_syncd_rpc_image: yes
83+
dbg_image: yes
8384
platform_rpc: brcm
8485
INCLUDE_RESTAPI: y
8586
- name: mellanox
8687
variables:
8788
dbg_image: yes
8889
docker_syncd_rpc_image: yes
90+
session_monitor: yes
8991
platform_rpc: mlnx
9092
- name: marvell-prestera-arm64
9193
pool: sonicso1ES-arm64

0 commit comments

Comments
 (0)