[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
This commit is contained in:
parent
70c1bdf5f1
commit
ea34cb2f0a
@ -56,8 +56,6 @@ stages:
|
||||
|
||||
- stage: Build
|
||||
pool: sonicbld
|
||||
variables:
|
||||
INSTALL_DEBUG_TOOLS: y
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user