Skip to content

Commit

Permalink
enable CycloneDDS as a default RMW (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Mar 4, 2020
1 parent 434af51 commit c57926f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def main(argv=None):
'mailer_recipients': '',
'ignore_rmw_default': {
'rmw_connext_dynamic_cpp',
'rmw_cyclonedds_cpp',
'rmw_fastrtps_dynamic_cpp',
'rmw_opensplice_cpp'},
'use_connext_debs_default': 'false',
Expand Down Expand Up @@ -327,7 +326,7 @@ def create_job(os_name, job_name, template_file, additional_dict):
'mailer_recipients': DEFAULT_MAIL_RECIPIENTS,
})

# configure nightly triggered job using CycloneDDS
# configure nightly triggered job using FastRTPS dynamic
job_name = 'nightly_' + job_os_name + '_extra_rmw' + '_release'
if os_name == 'windows':
job_name = job_name[:25]
Expand Down

0 comments on commit c57926f

Please sign in to comment.