Skip to content

Commit

Permalink
TODO Remove this with new eProsima-CI release
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Apr 10, 2024
1 parent 37eafc7 commit 6b05673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Get Discovery Server branch
id: get_discovery_server_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo
with:
remote_repository: eProsima/Discovery-Server
fallback_branch: ${{ inputs.discovery_server_ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
uses: ./.github/workflows/reusable-sanitizers-ci.yml
with:
label: ${{ inputs.label || 'fastdds-sanitizers-ci' }}
run_asan_fastdds: ${{ inputs.run_asan_fastdds || github.event_name == 'pull_request' }}
run_asan_discovery_server: ${{ inputs.run_asan_discovery_server || github.event_name == 'pull_request' }}
run_tsan_fastdds: ${{ inputs.run_tsan_fastdds || github.event_name == 'pull_request' }}
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: false
colcon_build_args: ${{ inputs.colcon_build_args || '' }}
colcon_test_args: ${{ inputs.colcon_test_args || '' }}
cmake_args: ${{ inputs.cmake_args || '' }}
Expand Down

0 comments on commit 6b05673

Please sign in to comment.