Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Updated storyboard build to use new test modules
Browse files Browse the repository at this point in the history
After 106191 lands, we can switch over to using the new
modular javascript builds. This updates storyboard-webclient, not vinz.

Change-Id: I4bc5d170be167e2a2764adc89079ef049b02431b
  • Loading branch information
krotscheck committed Aug 5, 2014
1 parent 92cc520 commit 1f863ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}':
Expand Down
11 changes: 8 additions & 3 deletions modules/openstack_project/files/zuul/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1f863ab

Please sign in to comment.