CCF/.stress.yml

30 строки
663 B
YAML

pr:
branches:
include:
- main
paths:
include:
- .stress.yml
- .stress-matrix.yml
trigger: none
schedules:
- cron: "0 3 * * Mon-Fri"
displayName: Stress test build
branches:
include:
- main
always: true
resources:
containers:
- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci:02-02-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/stress-matrix.yml