CCF/.stress.yml

29 строки
575 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: ccfciteam/ccf-ci:oe0.17.1-focal
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:
- template: .azure-pipelines-templates/stress-matrix.yml