2020-10-15 18:57:56 +03:00
|
|
|
pr:
|
|
|
|
branches:
|
|
|
|
include:
|
2021-02-05 14:32:19 +03:00
|
|
|
- main
|
2020-10-15 18:57:56 +03:00
|
|
|
paths:
|
|
|
|
include:
|
|
|
|
- .stress.yml
|
2021-01-29 18:02:59 +03:00
|
|
|
- .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:
|
2021-02-05 14:32:19 +03:00
|
|
|
- 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
|