CCF/.daily.yml

43 строки
1.1 KiB
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/*"
exclude:
- "release/[1-2].x"
always: true
resources:
containers:
- container: virtual
image: ccfmsrc.azurecr.io/ccf/ci:26-10-2023-virtual-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
- container: snp
image: ccfmsrc.azurecr.io/ccf/ci:26-10-2023-snp-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci:26-10-2023-sgx
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx
jobs:
- template: .azure-pipelines-templates/configure.yml
- template: .azure-pipelines-templates/daily-matrix.yml