From 1f863abd46025ae1fdaab44760c9b34e2bdcaf31 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 10 Jul 2014 15:53:29 -0700 Subject: [PATCH] Updated storyboard build to use new test modules After 106191 lands, we can switch over to using the new modular javascript builds. This updates storyboard-webclient, not vinz. Change-Id: I4bc5d170be167e2a2764adc89079ef049b02431b --- .../files/jenkins_job_builder/config/projects.yaml | 5 ++++- modules/openstack_project/files/zuul/layout.yaml | 11 ++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) 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 780262c948..2295532a13 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1567,7 +1567,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 5b4a4c0c76..96477c2ba1 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -578,7 +578,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 @@ -3001,9 +3001,14 @@ projects: - name: openstack-infra/storyboard-webclient 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: