[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:
Liu Shilong 2023-03-23 11:20:58 +08:00 committed by GitHub
parent 932d0f5391
commit 50817f5b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,8 @@ resources:
ref: master
variables:
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: .azure-pipelines/template-variables.yml
- ${{ else }}:
- template: .azure-pipelines/template-variables.yml@buildimage
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
- template: .azure-pipelines/template-variables.yml@buildimage
- name: CACHE_MODE
value: rcache
- name: ENABLE_FIPS
@ -67,8 +64,15 @@ stages:
jobGroups:
- name: broadcom
variables:
dbg_image: yes
swi_image: yes
docker_syncd_rpc_image: yes
platform_rpc: brcm
- name: mellanox
variables:
dbg_image: yes
docker_syncd_rpc_image: yes
platform_rpc: mlnx
- name: marvell-armhf
pool: sonicbld-armhf
timeoutInMinutes: 1200