CCF/.stress.yml

31 строка
730 B
YAML

pr:
branches:
include:
- main
paths:
include:
- .stress.yml
- .stress-matrix.yml
- .azure-pipelines-templates/*
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/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/stress-matrix.yml