forked from microsoft/CCF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.daily.yml
34 lines (29 loc) · 889 Bytes
/
.daily.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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: ccfmsrc.azurecr.io/ccf/ci/sgx:oe-0.18.1-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache
- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci/sgx:oe-0.18.1-0
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 -v /dev/shm:/tmp/ccache
jobs:
- template: .azure-pipelines-templates/daily-matrix.yml