
Its convenient to have jobs defined in-tree where possible, so the post job is moved into .zuul.yaml from project-config. The only jobs remaining in project-config are the tag-based release job, and the legacy experimental integration test jobs. Needed-By: Idbe32ec873b9838043620139ce89d2b2f6ec5d47 Change-Id: I9c6bc7cecbe3ff70153be5d0da4c6996dafd9732
56 lines
1.5 KiB
YAML
56 lines
1.5 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
|