Skip to content

Commit ea34cb2

Browse files
[ci] Add PR checker for rpc target and debug target. (#15997)
Why I did it Enable rpc target in PR checker to avoid build break for rpc target. Work item tracking Microsoft ADO (number only): 24708372 How I did it How to verify it
1 parent 70c1bdf commit ea34cb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ stages:
5656

5757
- stage: Build
5858
pool: sonicbld
59-
variables:
60-
INSTALL_DEBUG_TOOLS: y
6159
dependsOn: []
6260
jobs:
6361
- template: .azure-pipelines/azure-pipelines-build.yml
@@ -68,6 +66,10 @@ stages:
6866
variables:
6967
swi_image: yes
7068
- name: mellanox
69+
variables:
70+
dbg_image: yes
71+
docker_syncd_rpc_image: yes
72+
platform_rpc: mlnx
7173
- name: marvell-arm64
7274
pool: sonicbld-arm64
7375
variables:

0 commit comments

Comments
 (0)