Skip to content

Fast DDS Sanitizers CI (nightly 3.0.x) #38

Fast DDS Sanitizers CI (nightly 3.0.x)

Fast DDS Sanitizers CI (nightly 3.0.x) #38

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