[Build]: Support to set jobFilters (#10280)
[Build]: Support to set jobFilters
This commit is contained in:
parent
365d456aaf
commit
a9d9258d40
@ -20,6 +20,20 @@ schedules:
|
|||||||
|
|
||||||
pool: sonicbld
|
pool: sonicbld
|
||||||
|
|
||||||
|
parameters:
|
||||||
|
- name: 'jobFilters'
|
||||||
|
type: object
|
||||||
|
default:
|
||||||
|
- vs
|
||||||
|
- barefoot
|
||||||
|
- broadcom
|
||||||
|
- centec
|
||||||
|
- centec-arm64
|
||||||
|
- generic
|
||||||
|
- innovium
|
||||||
|
- marvell-armhf
|
||||||
|
- mellanox
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Build
|
- stage: Build
|
||||||
variables:
|
variables:
|
||||||
@ -28,6 +42,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: azure-pipelines-build.yml
|
- template: azure-pipelines-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
jobFilters: ${{ parameters.jobFilters }}
|
||||||
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
|
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
|
||||||
preSteps:
|
preSteps:
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user