Pass tags through to jobs

Change-Id: Ibf27ef48e3a1bb365f8e2bfcfbe458bb19606e27
This commit is contained in:
James E. Blair 2016-03-11 14:59:40 -08:00
parent ee40f8c01a
commit c05d1b9d8a

View File

@ -45,6 +45,8 @@ def set_node_options(item, job, params):
# Default to single use node. Potentially overriden below.
# Select node to run job on.
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
# Pass tags through for subunit2sql
params['JOB_TAGS'] = ' '.join(sorted(job.tags))
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(.*?)-(constraints-.*|updates?|update-liberty|plugins-list))$' # noqa
release_re = r'^.*-(forge|jenkinsci|mavencentral|pypi-(both|wheel)|npm)-upload$'
hook_re = r'^hook-(.*?)-(rtfd)$'