From 50817f5b5c20a87bd6a1de5a9626fc54b03ad967 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Thu, 23 Mar 2023 11:20:58 +0800 Subject: [PATCH] [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. --- azure-pipelines.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d611c6d4a0..c5cf387a4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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