
Our Gruntfile already produces a tarball, so producing another differently-named tarball breaks publish-openstack-javascript-content. Change-Id: Iec6e565d7db40ce8d30ceb0bbfc5fb1ac0838455
58 lines
1.6 KiB
YAML
58 lines
1.6 KiB
YAML
- job:
|
|
name: storyboard-webclient-nodejs-npm8-run-test-functional
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-functional" using nodejs.
|
|
vars:
|
|
npm_command: test-functional
|
|
node_version: 8
|
|
|
|
- job:
|
|
name: storyboard-webclient-nodejs-npm8-run-test-integration
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-integration" using nodejs.
|
|
vars:
|
|
npm_command: test-integration
|
|
node_version: 8
|
|
|
|
- job:
|
|
name: storyboard-webclient-nodejs-npm8-run-test-unit
|
|
parent: nodejs-npm-run-test
|
|
description: |
|
|
Run "test-unit" using nodejs.
|
|
vars:
|
|
npm_command: test-unit
|
|
node_version: 8
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- nodejs-npm-run-lint:
|
|
vars:
|
|
node_version: 8
|
|
- storyboard-webclient-nodejs-npm8-run-test-unit
|
|
- storyboard-webclient-nodejs-npm8-run-test-functional
|
|
- storyboard-webclient-nodejs-npm8-run-test-integration
|
|
- build-javascript-content:
|
|
vars:
|
|
npm_command: draft
|
|
node_version: 8
|
|
gate:
|
|
jobs:
|
|
- nodejs-npm-run-lint:
|
|
vars:
|
|
node_version: 8
|
|
- storyboard-webclient-nodejs-npm8-run-test-unit
|
|
- storyboard-webclient-nodejs-npm8-run-test-functional
|
|
- storyboard-webclient-nodejs-npm8-run-test-integration
|
|
- build-javascript-content:
|
|
vars:
|
|
npm_command: draft
|
|
node_version: 8
|
|
post:
|
|
jobs:
|
|
- publish-openstack-javascript-content:
|
|
vars:
|
|
node_version: 8
|