Merge "Run lint and syntax stackforge/puppet-* checks on trusty"

This commit is contained in:
Jenkins 2014-10-22 14:11:01 +00:00 committed by Gerrit Code Review
commit c64dc3389a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def set_node_options(item, job, params, default):
python33_re = r'^.*-(py(thon)?33|33).*$'
tripleo_re = r'^.*-tripleo.*$'
devstack_re = r'^.*-dsvm.*$'
puppetunit_re = r'^gate-puppet-.*-puppet-unit.*$'
puppetunit_re = r'^gate-puppet-.*-puppet-(lint|syntax|unit).*$'
# jobs run on the proposal worker
if re.match(proposal_re, job.name) or re.match(pypi_re, job.name):
reusable_node(item, job, params)