Added NPM-based unit tests for merlin
This adds an npm-run based unit test run. It's effectively identical to the js-test build. Change-Id: I3ba979ace5c7536fda21424634b7fc300343aeb8 Depends-on: Ia487e8d21f18f9ac44fc14da2011ab60ef6d5a4f
This commit is contained in:
parent
a98e10c363
commit
c8ebb23833
@ -4037,6 +4037,8 @@
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- 'gate-{name}-npm-run-{command}':
|
||||
command: 'test-unit'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'unit'
|
||||
- '{name}-js-release-{branch-designator}':
|
||||
|
@ -5900,8 +5900,10 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-merlin-npm-run-test-unit
|
||||
- gate-merlin-js-test-unit
|
||||
gate:
|
||||
- gate-merlin-npm-run-test-unit
|
||||
- gate-merlin-js-test-unit
|
||||
post:
|
||||
- merlin-js-release-branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user