Skip to content

Fast DDS Sanitizers CI (nightly 3.1.x) #6

Fast DDS Sanitizers CI (nightly 3.1.x)

Fast DDS Sanitizers CI (nightly 3.1.x) #6

name: Fast DDS Sanitizers CI (nightly 3.1.x)
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # At 22:00 GMT
jobs:
nightly-sanitizers-ci-3_1_x:
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-sanitizers-ci-3.1.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: '3.1.x'
discovery_server_ref: '2.0.x'