2021-02-05 17:38:25 -06:00
|
|
|
# Starter pipeline
|
|
|
|
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
|
|
|
# Add steps that build, run tests, deploy, and more:
|
|
|
|
# https://aka.ms/yaml
|
|
|
|
|
|
|
|
schedules:
|
|
|
|
- cron: "0 8 * * *"
|
|
|
|
displayName: Daily midnight build
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
always: true
|
|
|
|
|
2021-02-06 13:28:03 -06:00
|
|
|
trigger: none
|
|
|
|
pr: none
|
|
|
|
|
2021-02-05 17:38:25 -06:00
|
|
|
stages:
|
|
|
|
- stage: Build
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
- template: build-template.yml
|
|
|
|
parameters:
|
|
|
|
platform: broadcom
|
|
|
|
platform_short: brcm
|
|
|
|
cache_mode: wcache
|
|
|
|
dbg_image: true
|
|
|
|
swi_image: true
|
|
|
|
raw_image: true
|
|
|
|
sync_rpc_image: true
|
2021-02-06 18:58:15 -06:00
|
|
|
|
|
|
|
- template: build-template.yml
|
|
|
|
parameters:
|
|
|
|
timeout: 3600
|
|
|
|
platform: marvell-armhf
|
|
|
|
platform_arch: armhf
|
|
|
|
platform_short: marvell-armhf
|
|
|
|
cache_mode: wcache
|
|
|
|
pool: sonicbld_8c
|