project_config.py: add nodejs4-publish-to-npm support

nodejs4-publish-to-npm is a Zuul layout template that contains jobs to
publish tarballs for Javascript projects. We want to add this template
support in the list of release jobs types so we can also release
Javascript projects.

Change-Id: I63c06a5cd5ce696ef2446968614ce5bc54096ded
This commit is contained in:
Emilien Macchi
2016-09-01 12:47:43 -04:00
parent fd1fe3d012
commit 729b168d86

View File

@@ -49,6 +49,7 @@ def get_zuul_layout_data(url=ZUUL_LAYOUT_URL):
# Which jobs are needed for which release types.
_RELEASE_JOBS_FOR_TYPE = {
'std': [
'nodejs4-publish-to-npm',
'openstack-server-release-jobs',
'publish-to-pypi',
'puppet-tarball-jobs',