project_config: add nodejs8 support

nodejs8 support was added to project-config and some projects like
tripleo-ui use it now.

Change-Id: I0908cf37de106543911ed2d741c53ef11abf66cc
This commit is contained in:
Emilien Macchi 2018-01-24 22:46:09 -08:00
parent 323c387a2d
commit c82e763efe

View File

@ -97,6 +97,7 @@ _RELEASE_JOBS_FOR_TYPE = {
'nodejs': [
'nodejs4-publish-to-npm',
'nodejs6-publish-to-npm',
'nodejs8-publish-to-npm',
],
'puppet': [
'puppet-tarball-jobs',