From cfe13bc22d0e26f244329fe6eebfe398a0334bad Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Lizano Date: Thu, 13 Feb 2025 10:55:13 +0100 Subject: [PATCH] Fix tsan / asan ci (#492) Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-ubuntu-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index fe57eb2a6..2dfbcec6e 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -121,7 +121,7 @@ jobs: workspace_dependencies: install cmake_build_type: Debug cmake_args: -DBUILD_TESTS=ON -DASAN_BUILD=ON - ctest_args: --label-exclude "xfail|xasan" + ctest_args: --label-exclude "xfail|xtsan" test_report_artifact: test_report_asan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }} @@ -169,7 +169,7 @@ jobs: workspace_dependencies: install cmake_build_type: Debug cmake_args: -DBUILD_TESTS=ON -DTSAN_BUILD=ON - ctest_args: --label-exclude "xfail|xtsan" + ctest_args: --label-exclude "xfail|xasan" test_report_artifact: test_report_tsan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }} - name: Test Report