2020-04-07 13:05:24 +03:00
|
|
|
pr:
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
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
|
|
|
|
2020-03-27 16:48:10 +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:
|
|
|
|
- master
|
|
|
|
always: true
|
2020-03-26 18:30:06 +03:00
|
|
|
|
|
|
|
resources:
|
|
|
|
containers:
|
|
|
|
- container: nosgx
|
2020-12-16 17:12:21 +03:00
|
|
|
image: ccfciteam/ccf-ci:oe0.13.0
|
2020-07-22 12:55:59 +03:00
|
|
|
options: --publish-all --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache
|
2020-03-26 18:30:06 +03:00
|
|
|
|
|
|
|
- container: sgx
|
2020-12-16 17:12:21 +03:00
|
|
|
image: ccfciteam/ccf-ci:oe0.13.0
|
2020-07-22 12:55:59 +03:00
|
|
|
options: --publish-all --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
|
2020-03-26 18:30:06 +03:00
|
|
|
|
|
|
|
jobs:
|
2020-11-10 13:57:56 +03:00
|
|
|
- template: .azure-pipelines-templates/daily-matrix.yml
|