CCF/.daily.yml

43 строки
1.1 KiB
YAML
Исходник Обычный вид История

2020-04-07 13:05:24 +03:00
pr:
branches:
include:
- main
- "release/*"
2020-04-07 13:05:24 +03:00
paths:
include:
- .daily.yml
- .azure-pipelines-templates/*
2020-11-10 13:57:56 +03:00
- .daily_canary
2020-03-27 13:16:46 +03:00
trigger: none
2020-03-26 18:30:06 +03:00
schedules:
2020-11-10 13:57:56 +03:00
- cron: "0 3 * * Mon-Fri"
displayName: Daily build
branches:
include:
- main
- "release/*"
exclude:
- "release/[1-2].x"
2020-11-10 13:57:56 +03:00
always: true
2020-03-26 18:30:06 +03:00
resources:
containers:
2022-09-06 17:05:37 +03:00
- container: virtual
2023-10-26 15:48:23 +03:00
image: ccfmsrc.azurecr.io/ccf/ci:26-10-2023-virtual-clang15
2023-03-16 16:12:55 +03:00
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
2023-03-14 16:09:34 +03:00
- container: snp
2023-10-26 15:48:23 +03:00
image: ccfmsrc.azurecr.io/ccf/ci:26-10-2023-snp-clang15
2023-03-14 16:09:34 +03:00
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
2020-03-26 18:30:06 +03:00
- container: sgx
2023-10-26 15:48:23 +03:00
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
2020-03-26 18:30:06 +03:00
jobs:
- template: .azure-pipelines-templates/configure.yml
2020-11-10 13:57:56 +03:00
- template: .azure-pipelines-templates/daily-matrix.yml