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:
Doug Hellmann 2017-05-23 16:04:11 -04:00
parent 9e8c5eb7d6
commit 23a582da77
1 changed files with 1 additions and 0 deletions

View File

@ -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',