Upgrade node version in tests to 6
This commit also moves the pipeline stanza for the lint job in-tree to benefit from zuul's dynamic config reloading. Change-Id: I42c0d82422714aa0c0014db6c7ae7b8c96cb770b
This commit is contained in:
parent
3d22d1d0e2
commit
89b60c35ef
30
.zuul.yaml
30
.zuul.yaml
@ -1,44 +1,50 @@
|
||||
- job:
|
||||
name: storyboard-webclient-nodejs-npm4-run-test-functional
|
||||
name: storyboard-webclient-nodejs-npm6-run-test-functional
|
||||
parent: nodejs-npm-run-test
|
||||
description: |
|
||||
Run "test-functional" using nodejs.
|
||||
vars:
|
||||
npm_command: test-functional
|
||||
node_version: 4
|
||||
node_version: 6
|
||||
|
||||
- job:
|
||||
name: storyboard-webclient-nodejs-npm4-run-test-integration
|
||||
name: storyboard-webclient-nodejs-npm6-run-test-integration
|
||||
parent: nodejs-npm-run-test
|
||||
description: |
|
||||
Run "test-integration" using nodejs.
|
||||
vars:
|
||||
npm_command: test-integration
|
||||
node_version: 4
|
||||
node_version: 6
|
||||
|
||||
- job:
|
||||
name: storyboard-webclient-nodejs-npm4-run-test-unit
|
||||
name: storyboard-webclient-nodejs-npm6-run-test-unit
|
||||
parent: nodejs-npm-run-test
|
||||
description: |
|
||||
Run "test-unit" using nodejs.
|
||||
vars:
|
||||
npm_command: test-unit
|
||||
node_version: 4
|
||||
node_version: 6
|
||||
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- storyboard-webclient-nodejs-npm4-run-test-unit
|
||||
- storyboard-webclient-nodejs-npm4-run-test-functional
|
||||
- storyboard-webclient-nodejs-npm4-run-test-integration
|
||||
- nodejs-npm-run-lint:
|
||||
vars:
|
||||
node_version: 6
|
||||
- storyboard-webclient-nodejs-npm6-run-test-unit
|
||||
- storyboard-webclient-nodejs-npm6-run-test-functional
|
||||
- storyboard-webclient-nodejs-npm6-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
|
||||
- nodejs-npm-run-lint:
|
||||
vars:
|
||||
node_version: 6
|
||||
- storyboard-webclient-nodejs-npm6-run-test-unit
|
||||
- storyboard-webclient-nodejs-npm6-run-test-functional
|
||||
- storyboard-webclient-nodejs-npm6-run-test-integration
|
||||
- build-javascript-content:
|
||||
vars:
|
||||
npm_command: draft
|
||||
|
Loading…
Reference in New Issue
Block a user