Skip to content

Commit

Permalink
do not run linters on repeated nightly (#9)
Browse files Browse the repository at this point in the history
* do not run linters on repeated nightly
  • Loading branch information
mikaelarguedas committed Dec 5, 2016
1 parent f325a6d commit 1b1a0d6
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 @@ -172,7 +172,7 @@ def main(argv=None):
job_name = job_name[0:-5]
job_data['time_trigger_spec'] = '0 12 * * *'
job_data['cmake_build_type'] = 'None'
job_data['ament_test_args_default'] = '--retest-until-fail 20'
job_data['ament_test_args_default'] = '--retest-until-fail 20 --ctest-args -LE linter'
job_config = expand_template('ci_job.xml.template', job_data)
configure_job(jenkins, job_name, job_config, **jenkins_kwargs)

Expand Down

0 comments on commit 1b1a0d6

Please sign in to comment.