-
Notifications
You must be signed in to change notification settings - Fork 774
77 lines (71 loc) · 2.22 KB
/
nightly-sanitizers-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: Fast DDS Sanitizers CI (nightly)
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
nightly-sanitizers-ci-master:
uses: eProsima/Fast-DDS/.github/workflows/reusable-sanitizers-ci.yml@master
with:
label: 'nightly-sec-sanitizers-ci-master'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: 'master'
discovery_server_ref: 'master'
nightly-sanitizers-ci-2_14_x:
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-sanitizers-ci-2.14.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.14.x'
discovery_server_ref: 'v1.2.2'
nightly-sanitizers-ci-2_13_x:
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-sanitizers-ci-2.13.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.13.x'
discovery_server_ref: 'v1.2.2'
nightly-sanitizers-ci-2_10_x:
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-sanitizers-ci-2.10.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.10.x'
discovery_server_ref: 'v1.2.1'
nightly-sanitizers-ci-2_6_x:
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-sanitizers-ci-2.6.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.6.x'
discovery_server_ref: 'v1.2.1'