aff3f59926
The npm jobs are only used here and should have a prefix of repo-name (storyboard-webclient). Rename them to avoid clashes since we have a global namespace. Change-Id: I6d88ff9820a80484f0d9cdf5f24c2a8dff76ecb4
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
- job:
|
|
name: storyboard-webclient-nodejs-npm4-run-test-functional
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-functional" using nodejs.
|
|
vars:
|
|
npm_command: test-functional
|
|
node_version: 4
|
|
|
|
- job:
|
|
name: storyboard-webclient-nodejs-npm4-run-test-integration
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-integration" using nodejs.
|
|
vars:
|
|
npm_command: test-integration
|
|
node_version: 4
|
|
|
|
- job:
|
|
name: storyboard-webclient-nodejs-npm4-run-test-unit
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-unit" using nodejs.
|
|
vars:
|
|
npm_command: test-unit
|
|
node_version: 4
|
|
|
|
- project:
|
|
name: openstack-infra/storyboard-webclient
|
|
check:
|
|
jobs:
|
|
- storyboard-webclient-nodejs-npm4-run-test-unit
|
|
- storyboard-webclient-nodejs-npm4-run-test-functional
|
|
- storyboard-webclient-nodejs-npm4-run-test-integration
|
|
- build-javascript-content:
|
|
vars:
|
|
npm_command: draft
|
|
gate:
|
|
jobs:
|
|
- storyboard-webclient-nodejs-npm4-run-test-unit
|
|
- storyboard-webclient-nodejs-npm4-run-test-functional
|
|
- storyboard-webclient-nodejs-npm4-run-test-integration
|
|
- build-javascript-content:
|
|
vars:
|
|
npm_command: draft
|