Skip to content

Commit

Permalink
Label ARM jobs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood authored and mikaelarguedas committed Jun 7, 2018
1 parent a415177 commit 071d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def create_job(os_name, job_name, template_file, additional_dict):
# configure a nightly triggered job for xenial using all RMW implementations
ubuntu_distro = 'xenial'
job_name = 'nightly_{0}_{1}_release'.format(ubuntu_distro, os_name)
create_job('linux', job_name, 'ci_job.xml.em', {
create_job(os_name, job_name, 'ci_job.xml.em', {
'cmake_build_type': 'Release',
'time_trigger_spec': PERIODIC_JOB_SPEC,
'mailer_recipients': DEFAULT_MAIL_RECIPIENTS,
Expand Down

0 comments on commit 071d881

Please sign in to comment.