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
|
2021-07-13 23:00:18 +03:00
|
|
|
image: ccfciteam/ccf-ci:oe0.17.1
|
2021-05-11 19:13:07 +03:00
|
|
|
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /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
|
|
|
|
pool: Ubuntu-1804-DC8_v2
|
|
|
|
cmake_args: "-DCOMPILE_TARGETS=sgx -DWORKER_THREADS=2"
|
|
|
|
suffix: "MultiThread"
|
|
|
|
artifact_name: "MultiThread"
|
2021-05-11 19:13:07 +03:00
|
|
|
ctest_filter: '-LE "perf|partitions"'
|
2021-02-22 18:55:26 +03:00
|
|
|
ctest_timeout: "0" # No timeout
|
|
|
|
|