Skip to content

Commit

Permalink
Refs #21310: Fix weekly sanitizers CI for 2.6.x
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Jul 11, 2024
1 parent b5ab3e6 commit 15b0d95
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/nightly-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,3 @@ jobs:
ctest_args: ''
fastdds_ref: '2.10.x'
discovery_server_ref: 'v1.2.1'

nightly-sanitizers-ci-2_6_x:
uses: eProsima/Fast-DDS/.github/workflows/reusable-sanitizers-ci.yml@2.6.x
with:
label: 'nightly-sec-sanitizers-ci-2.6.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.6.x'
discovery_server_ref: 'v1.2.1'
21 changes: 21 additions & 0 deletions .github/workflows/weekly-sanitizers-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Fast DDS Sanitizers CI (weekly)

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # Run at minute 0 on Monday

jobs:
weekly-sanitizers-ci-2_6_x:
uses: eProsima/Fast-DDS/.github/workflows/reusable-sanitizers-ci.yml@2.6.x
with:
label: 'weekly-sec-sanitizers-ci-2.6.x'
run_asan_fastdds: true
run_asan_discovery_server: true
run_tsan_fastdds: true
colcon_build_args: ''
colcon_test_args: ''
cmake_args: ''
ctest_args: ''
fastdds_ref: '2.6.x'
discovery_server_ref: 'v1.2.1'

0 comments on commit 15b0d95

Please sign in to comment.