Skip to content

Commit 29d5812

Browse files
TMP: identify flaky tests
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 4588279 commit 29d5812

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-reusable-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ jobs:
116116
--return-code-on-test-failure \
117117
--ctest-args \
118118
--label-exclude xfail \
119-
--timeout 120
119+
--timeout 120 \
120+
--repeat-until-fail 50

.github/workflows/reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
packages_names: ${{ env.code_packages_names }}
7575
cmake_args: -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} -DCOMPILE_EXAMPLES=ON
7676
workspace_dependencies: install
77-
ctest_args: --label-exclude "xfail"
77+
ctest_args: --label-exclude "xfail" --repeat-until-fail 50
7878
colcon_meta_file: src/.github/workflows/configurations/${{ runner.os }}/colcon.meta
7979
test_report_artifact: test_report${{ inputs.dependencies_artifact_postfix }}_${{ inputs.os }}_${{ matrix.cmake_build_type }}
8080

0 commit comments

Comments
 (0)