diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 49dd005089..c550627234 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1477,7 +1477,10 @@ tarball-site: tarballs.openstack.org jobs: - - gate-{name}-js-unittests + - gate-{name}-js-test-unit + - gate-{name}-js-test-integration + - gate-{name}-js-test-functional + - gate-{name}-js-draft - '{name}-js-release-{branch-designator}': branch-designator: 'master' - '{name}-js-release-{branch-designator}': diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7f52df0ee8..6b0cd59475 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -640,7 +640,7 @@ jobs: voting: false - name: ^gate-.*-docs$ success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/ - - name: gate-storyboard-webclient-js-unittests + - name: ^gate-.*-js-draft parameter-function: set_node_options_default_trusty success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/dist/ - name: gate-vinz-webclient-js-unittests @@ -3382,9 +3382,14 @@ projects: template: - name: merge-check check: - - gate-storyboard-webclient-js-unittests + - gate-storyboard-webclient-js-test-unit + - gate-storyboard-webclient-js-test-integration + - gate-storyboard-webclient-js-test-functional + - gate-storyboard-webclient-js-draft gate: - - gate-storyboard-webclient-js-unittests + - gate-storyboard-webclient-js-test-unit + - gate-storyboard-webclient-js-test-integration + - gate-storyboard-webclient-js-test-functional post: - storyboard-webclient-js-release-branch release: