Add system-config to puppet_re in zuul parameters

This was missed since it relied on default-equivalent behavior until
we switched the node type for the project yesterday.

Change-Id: Id3f75916f28c8a655c5bb89fee58c22d6f5c991a
Co-Authored-By: Jens Rosenboom <j.rosenboom@x-ion.de>
This commit is contained in:
Jeremy Stanley 2015-06-04 00:17:54 +00:00
parent 5803a1db08
commit 158d689b96

View File

@ -95,7 +95,8 @@ def set_node_options(item, job, params, default):
f21_re = r'^.*-f21.*$'
tripleo_re = r'^.*-tripleo.*$'
devstack_re = r'^.*-dsvm.*$'
puppetunit_re = r'^gate-puppet-.*-puppet-(lint|syntax|unit).*$'
puppetunit_re = (
r'^gate-(puppet-.*|system-config)-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)