CCF/.stress.yml

29 строки
644 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
image: ccfmsrc.azurecr.io/ccf/ci:14-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
2020-10-15 18:57:56 +03:00
jobs:
2020-11-10 13:57:56 +03:00
- template: .azure-pipelines-templates/stress-matrix.yml