2021-02-22 18:55:26 +03:00
|
|
|
trigger:
|
|
|
|
batch: true
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
|
|
|
|
pr:
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
paths:
|
|
|
|
include:
|
|
|
|
- .multi-thread.yml
|
2021-03-02 14:06:51 +03:00
|
|
|
- .threading_canary
|
2021-02-22 18:55:26 +03:00
|
|
|
|
|
|
|
resources:
|
|
|
|
containers:
|
|
|
|
- container: sgx
|
2022-07-13 19:34:54 +03:00
|
|
|
image: ccfmsrc.azurecr.io/ccf/ci/sgx:oe-0.18.1-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
|
2021-02-22 18:55:26 +03:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
- template: .azure-pipelines-templates/common.yml
|
|
|
|
parameters:
|
|
|
|
target: SGX
|
|
|
|
env:
|
|
|
|
container: sgx
|
2021-08-04 17:10:18 +03:00
|
|
|
pool: 1es-dcv2-focal
|
2021-11-11 23:04:56 +03:00
|
|
|
cmake_args: "-DCOMPILE_TARGETS=sgx -DWORKER_THREADS=2 -DENABLE_2TX_RECONFIG=ON"
|
2021-02-22 18:55:26 +03:00
|
|
|
suffix: "MultiThread"
|
|
|
|
artifact_name: "MultiThread"
|
2021-09-20 17:20:02 +03:00
|
|
|
ctest_filter: '-LE "perf|bft"'
|
2021-02-22 18:55:26 +03:00
|
|
|
ctest_timeout: "0" # No timeout
|