[ci] Add syncd target in PR checks to avoid build break. (#14267)
Why I did it Check syncd related target in PR checks to avoid build break.
This commit is contained in:
parent
932d0f5391
commit
50817f5b5c
@ -37,11 +37,8 @@ resources:
|
|||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml
|
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
|
||||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
- template: .azure-pipelines/template-variables.yml@buildimage
|
||||||
- template: .azure-pipelines/template-variables.yml
|
|
||||||
- ${{ else }}:
|
|
||||||
- template: .azure-pipelines/template-variables.yml@buildimage
|
|
||||||
- name: CACHE_MODE
|
- name: CACHE_MODE
|
||||||
value: rcache
|
value: rcache
|
||||||
- name: ENABLE_FIPS
|
- name: ENABLE_FIPS
|
||||||
@ -67,8 +64,15 @@ stages:
|
|||||||
jobGroups:
|
jobGroups:
|
||||||
- name: broadcom
|
- name: broadcom
|
||||||
variables:
|
variables:
|
||||||
|
dbg_image: yes
|
||||||
swi_image: yes
|
swi_image: yes
|
||||||
|
docker_syncd_rpc_image: yes
|
||||||
|
platform_rpc: brcm
|
||||||
- name: mellanox
|
- name: mellanox
|
||||||
|
variables:
|
||||||
|
dbg_image: yes
|
||||||
|
docker_syncd_rpc_image: yes
|
||||||
|
platform_rpc: mlnx
|
||||||
- name: marvell-armhf
|
- name: marvell-armhf
|
||||||
pool: sonicbld-armhf
|
pool: sonicbld-armhf
|
||||||
timeoutInMinutes: 1200
|
timeoutInMinutes: 1200
|
||||||
|
Reference in New Issue
Block a user