File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 description : ' Run Addess Sanitizer job for Fast DDS'
1212 required : false
1313 type : boolean
14- run_asan_discovery_server :
15- description : ' Run Addess Sanitizer job for Discovery Server'
16- required : false
17- type : boolean
1814 run_tsan_fastdds :
1915 description : ' Run Thread Sanitizer job for Fast DDS'
2016 required : false
4440 required : false
4541 type : string
4642 default : ' master'
47- discovery_server_ref :
48- description : >
49- Branch or tag of Discovery Server repository (https://github.com/eProsima/Discovery-Server)
50- Required only if the Discovery Server job is requested
51- required : false
52- type : string
5343
5444defaults :
5545 run :
5646 shell : bash
5747
5848jobs :
5949 asan_fastdds_build :
60- if : ${{ inputs.run_asan_fastdds == true || inputs.run_asan_discovery_server == true }}
50+ if : ${{ inputs.run_asan_fastdds == true }}
6151 runs-on : ubuntu-24.04
6252 steps :
6353 - name : Free disk space
You can’t perform that action at this time.
0 commit comments