CCF/.stress.yml

29 строки
669 B
YAML
Исходник Обычный вид История

2020-10-15 18:57:56 +03:00
pr:
branches:
include:
- main
2020-10-15 18:57:56 +03:00
paths:
include:
- .stress.yml
- .stress-matrix.yml
2020-10-15 18:57:56 +03:00
- .azure-pipelines-templates/*
trigger: none
schedules:
2020-11-10 13:57:56 +03:00
- cron: "0 3 * * Mon-Fri"
displayName: Stress test build
branches:
include:
- main
2020-11-10 13:57:56 +03:00
always: true
2020-10-15 18:57:56 +03:00
resources:
containers:
- container: sgx
2022-08-16 20:42:42 +03:00
image: ccfmsrc.azurecr.io/ccf/ci/sgx:oe-0.18.2-0
2021-11-01 21:00:04 +03:00
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
2020-10-15 18:57:56 +03:00
jobs:
2020-11-10 13:57:56 +03:00
- template: .azure-pipelines-templates/stress-matrix.yml