diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 21ce502d4b..c58e4232ac 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -270,6 +270,8 @@ - python-juno-bitrot-jobs - openstack-publish-jobs - gate-{name}-selenium + - 'gate-{name}-npm-run-{command}': + command: 'test' - project: name: ironic diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 01247c142d..e53634e250 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1214,6 +1214,10 @@ jobs: - name: gate-horizon-jshint branch: ^(?!stable/icehouse).*$ + - name: ^(gate|check)-horizon-npm-run-.*$ + branch: ^(?!stable/(icehouse|juno)).*$ + voting: false + - name: gate-tempest-dsvm-ceilometer-mongodb-full branch: ^(?!stable/icehouse).*$ voting: false @@ -1744,6 +1748,7 @@ projects: - name: translation-jobs - name: experimental-tripleo-jobs check: + - gate-horizon-npm-run-test - gate-horizon-python27-django14 - gate-horizon-selenium - gate-horizon-jshint @@ -1751,6 +1756,7 @@ projects: - check-tempest-dsvm-full - check-grenade-dsvm gate: + - gate-horizon-npm-run-test - gate-horizon-python27-django14 - gate-horizon-selenium - gate-horizon-dsvm-integration