diff --git a/modules/openstack_project/files/jenkins_job_builder/config/horizon.yaml b/modules/openstack_project/files/jenkins_job_builder/config/horizon.yaml index c9c0611e92..9ffc2df2cf 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/horizon.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/horizon.yaml @@ -28,3 +28,16 @@ publishers: - test-results - console-log + +- job: + name: gate-horizon-jshint + node: 'bare-precise || bare-trusty' + + builders: + - revoke-sudo + - gerrit-git-prep + - tox: + envlist: jshint + + publishers: + - console-log diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7ac9de891b..7702e1576c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -799,6 +799,8 @@ jobs: voting: false - name: ^(gate|check)-zaqar-python33 branch: ^(?!stable/(havana|icehouse)).*$ + - name: gate-horizon-jshint + voting: false - name: gate-tempest-dsvm-ceilometer-mongodb voting: false - name: gate-tempest-dsvm-ceilometer-mongodb-full @@ -1061,6 +1063,7 @@ projects: check: - gate-horizon-python27-django14 - gate-horizon-selenium + - gate-horizon-jshint - check-devstack-dsvm-cells gate: - gate-horizon-python27-django14