CCF/.daily.yml

35 строки
795 B
YAML

pr:
branches:
include:
- main
- "release/*"
paths:
include:
- .daily.yml
- .azure-pipelines-templates/*
- .daily_canary
trigger: none
schedules:
- cron: "0 3 * * Mon-Fri"
displayName: Daily build
branches:
include:
- main
- "release/*"
always: true
resources:
containers:
- container: nosgx
image: ccfciteam/ccf-ci:oe0.17.1-focal-lite
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache
- container: sgx
image: ccfciteam/ccf-ci:oe0.17.1-focal-lite
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:
- template: .azure-pipelines-templates/daily-matrix.yml