File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 77 - " -DPROFILING_TESTS=OFF"
88 - " -DCOMPILE_TOOLS=ON"
99 - " -DSYSTEM_TESTS=ON"
10- ctest-args : [
11- " --repeat" , "until-pass:3",
12- " --timeout" , "300",
13- " --label-exclude" , "xfail"
14- ]
1510 googletest-distribution :
1611 cmake-args :
1712 - " -Dgtest_force_shared_crt=ON"
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
144144 with :
145145 colcon_meta_file : ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_test.meta
146- colcon_test_args : ${{ inputs.colcon-args }}
146+ colcon_test_args : --retest-until-fail 30
147147 colcon_test_args_default : --event-handlers=console_direct+
148148 ctest_args : ${{ inputs.ctest-args }}
149149 packages_names : fastdds
You can’t perform that action at this time.
0 commit comments