add puppet-release-jobs as a supported release job
The various puppet projects are updating their build jobs to use a new one that includes some binary dependencies not present in the existing job. This patch adds the new job template name to the list of allowed by the validation logic here, to enforce that puppet repositories have at least one valid job. Depends-On: Idb3811bae16321717e5e5467fc3c56492ed57520 Change-Id: If0d86b564ea00ff6bbaf7285b50090b54007c4f7 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
9e8c5eb7d6
commit
23a582da77
@ -54,6 +54,7 @@ _RELEASE_JOBS_FOR_TYPE = {
|
||||
'openstack-server-release-jobs',
|
||||
'publish-to-pypi',
|
||||
'puppet-tarball-jobs',
|
||||
'puppet-release-jobs',
|
||||
],
|
||||
'xstatic': [
|
||||
'xstatic-publish-jobs',
|
||||
|
Loading…
Reference in New Issue
Block a user