зеркало из https://github.com/microsoft/CCF.git
37 строки
957 B
YAML
37 строки
957 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: virtual
|
|
image: ccfmsrc.azurecr.io/ccf/ci/sgx:oe-0.18.2-protoc
|
|
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.2-protoc
|
|
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/configure.yml
|
|
|
|
- template: .azure-pipelines-templates/daily-matrix.yml
|