File tree 7 files changed +30
-8
lines changed
7 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 7
7
- " -DPROFILING_TESTS=OFF"
8
8
- " -DCOMPILE_TOOLS=ON"
9
9
- " -DSYSTEM_TESTS=ON"
10
- ctest-args : [
11
- " --repeat" , "until-pass:3",
12
- " --timeout" , "300",
13
- " --label-exclude" , "xfail"
14
- ]
15
10
googletest-distribution :
16
11
cmake-args :
17
12
- " -Dgtest_force_shared_crt=ON"
Original file line number Diff line number Diff line change 11
11
description : ' Extra arguments for colcon cli'
12
12
required : false
13
13
type : string
14
+ colcon-test-args :
15
+ description : ' Extra arguments for colcon test cli'
16
+ required : false
17
+ type : string
14
18
cmake-args :
15
19
description : ' Extra arguments for cmake cli'
16
20
required : false
51
55
with :
52
56
label : ${{ inputs.label || 'mac-ci' }}
53
57
colcon-args : ${{ inputs.colcon-args }}
58
+ colcon-test-args : ${{ inputs.colcon-test-args }}
54
59
cmake-args : ' -DSECURITY=ON ${{ inputs.cmake-args }}'
55
60
ctest-args : ${{ inputs.ctest-args }}
56
61
fastdds-branch : ${{ inputs.fastdds_branch || github.ref || 'master' }}
Original file line number Diff line number Diff line change 11
11
description : ' Extra arguments for colcon cli'
12
12
required : false
13
13
type : string
14
+ colcon-test-args :
15
+ description : ' Extra arguments for colcon test cli'
16
+ required : false
17
+ type : string
14
18
cmake-args :
15
19
description : ' Extra arguments for cmake cli'
16
20
required : false
@@ -143,7 +147,7 @@ jobs:
143
147
uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
144
148
with :
145
149
colcon_meta_file : ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_test.meta
146
- colcon_test_args : ${{ inputs.colcon-args }}
150
+ colcon_test_args : ${{ inputs.colcon-test- args }}
147
151
colcon_test_args_default : --event-handlers=console_direct+
148
152
ctest_args : ${{ inputs.ctest-args }}
149
153
packages_names : fastdds
Original file line number Diff line number Diff line change 15
15
description : ' Extra arguments for colcon cli'
16
16
required : false
17
17
type : string
18
+ colcon-test-args :
19
+ description : ' Extra arguments for colcon test cli'
20
+ required : false
21
+ type : string
18
22
cmake-args :
19
23
description : ' Extra arguments for cmake cli'
20
24
required : false
@@ -215,7 +219,7 @@ jobs:
215
219
uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
216
220
with :
217
221
colcon_meta_file : ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_test.meta
218
- colcon_test_args : ${{ inputs.colcon-args }}
222
+ colcon_test_args : ${{ inputs.colcon-test- args }}
219
223
colcon_test_args_default : --event-handlers=console_direct+
220
224
ctest_args : ${{ inputs.ctest-args }}
221
225
packages_names : fastdds
Original file line number Diff line number Diff line change 11
11
description : ' Extra arguments for colcon cli'
12
12
required : false
13
13
type : string
14
+ colcon-test-args :
15
+ description : ' Extra arguments for colcon test cli'
16
+ required : false
17
+ type : string
14
18
cmake-args :
15
19
description : ' Extra arguments for cmake cli'
16
20
required : false
@@ -177,7 +181,7 @@ jobs:
177
181
uses : eProsima/eProsima-CI/windows/colcon_test@v0
178
182
with :
179
183
colcon_meta_file : ${{ github.workspace }}\src\fastdds\.github\workflows\config\fastdds_test.meta
180
- colcon_test_args : ${{ inputs.colcon-args }}
184
+ colcon_test_args : ${{ inputs.colcon-test- args }}
181
185
colcon_test_args_default : --event-handlers=console_direct+
182
186
ctest_args : ${{ inputs.ctest-args }}
183
187
packages_names : fastdds
Original file line number Diff line number Diff line change 11
11
description : ' Extra arguments for colcon cli'
12
12
required : false
13
13
type : string
14
+ colcon-test-args :
15
+ description : ' Extra arguments for colcon test cli'
16
+ required : false
17
+ type : string
14
18
cmake-args :
15
19
description : ' Extra arguments for cmake cli'
16
20
required : false
65
69
os-image : ' ubuntu-22.04'
66
70
label : ${{ inputs.label || 'ubuntu-ci' }}
67
71
colcon-args : ${{ inputs.colcon-args }}
72
+ colcon-test-args : ${{ inputs.colcon-test-args }}
68
73
cmake-args : ${{ inputs.cmake-args }}
69
74
ctest-args : ${{ inputs.ctest-args || '-LE xfail' }}
70
75
fastdds-branch : ${{ inputs.fastdds_branch || github.ref || 'master' }}
Original file line number Diff line number Diff line change 11
11
description : ' Extra arguments for colcon cli'
12
12
required : false
13
13
type : string
14
+ colcon-test-args :
15
+ description : ' Extra arguments for colcon test cli'
16
+ required : false
17
+ type : string
14
18
cmake-args :
15
19
description : ' Extra arguments for cmake cli'
16
20
required : false
46
50
with :
47
51
label : ${{ inputs.label || 'windows-ci' }}
48
52
colcon-args : ${{ inputs.colcon-args }}
53
+ colcon-test-args : ${{ inputs.colcon-test-args }}
49
54
cmake-args : ' -DSECURITY=ON ${{ inputs.cmake-args }}'
50
55
ctest-args : ${{ inputs.ctest-args }}
51
56
fastdds_branch : ${{ inputs.fastdds_branch || github.ref || 'master' }}
You can’t perform that action at this time.
0 commit comments