зеркало из https://github.com/microsoft/CCF.git
35 строки
749 B
YAML
35 строки
749 B
YAML
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
paths:
|
|
include:
|
|
- .multi-thread.yml
|
|
- .threading_canary
|
|
|
|
resources:
|
|
containers:
|
|
- container: sgx
|
|
image: ccfciteam/ccf-ci:oe0.17.2-docker-cli
|
|
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
|
|
|
|
jobs:
|
|
- template: .azure-pipelines-templates/common.yml
|
|
parameters:
|
|
target: SGX
|
|
env:
|
|
container: sgx
|
|
pool: 1es-dcv2-focal
|
|
cmake_args: "-DCOMPILE_TARGETS=sgx -DWORKER_THREADS=2"
|
|
suffix: "MultiThread"
|
|
artifact_name: "MultiThread"
|
|
ctest_filter: '-LE "perf|bft"'
|
|
ctest_timeout: "0" # No timeout
|
|
|