[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
|
- stage: Build
|
||||||
pool: sonicbld
|
pool: sonicbld
|
||||||
variables:
|
|
||||||
INSTALL_DEBUG_TOOLS: y
|
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
jobs:
|
jobs:
|
||||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||||
@ -68,6 +66,10 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
swi_image: yes
|
swi_image: yes
|
||||||
- name: mellanox
|
- name: mellanox
|
||||||
|
variables:
|
||||||
|
dbg_image: yes
|
||||||
|
docker_syncd_rpc_image: yes
|
||||||
|
platform_rpc: mlnx
|
||||||
- name: marvell-arm64
|
- name: marvell-arm64
|
||||||
pool: sonicbld-arm64
|
pool: sonicbld-arm64
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user