Skip to content

Commit

Permalink
[ci] Add PR checker for rpc target and debug target. (sonic-net#15997)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
liushilongbuaa authored and sonic-otn committed Sep 20, 2023
1 parent 2f815b8 commit 440b537
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ stages:

- stage: Build
pool: sonicbld
variables:
INSTALL_DEBUG_TOOLS: y
dependsOn: []
jobs:
- template: .azure-pipelines/azure-pipelines-build.yml
Expand All @@ -68,6 +66,10 @@ stages:
variables:
swi_image: yes
- name: mellanox
variables:
dbg_image: yes
docker_syncd_rpc_image: yes
platform_rpc: mlnx
- name: marvell-arm64
pool: sonicbld-arm64
variables:
Expand Down

0 comments on commit 440b537

Please sign in to comment.