Merge "feature: Add ZUUL JOBs"
This commit is contained in:
commit
2346a98a4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
|||||||
yarn-error.log
|
yarn-error.log
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.vscode
|
.vscode
|
||||||
|
.idea
|
||||||
test/e2e/videos
|
test/e2e/videos
|
||||||
test/e2e/screenshots
|
test/e2e/screenshots
|
||||||
test/e2e/downloads
|
test/e2e/downloads
|
||||||
|
39
.zuul.yaml
39
.zuul.yaml
@ -1,3 +1,38 @@
|
|||||||
|
- job:
|
||||||
|
name: skyline-nodejs14-run-lint-src
|
||||||
|
parent: nodejs-run-lint
|
||||||
|
description: |
|
||||||
|
Run lint using Node 14 for skyline-console src directory.
|
||||||
|
vars:
|
||||||
|
node_version: 14
|
||||||
|
js_build_command: lint
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: skyline-nodejs14-run-lint-test
|
||||||
|
parent: nodejs-run-lint
|
||||||
|
description: |
|
||||||
|
Run lint using Node 14 for skyline-console test directory.
|
||||||
|
vars:
|
||||||
|
node_version: 14
|
||||||
|
js_build_command: lint:test
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: skyline-nodejs14-run-unit-test
|
||||||
|
parent: nodejs-run-test
|
||||||
|
description: |
|
||||||
|
Run unit test using Node 14 for skyline-console.
|
||||||
|
vars:
|
||||||
|
node_version: 14
|
||||||
|
js_build_command: test:unit
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
check:
|
||||||
- noop-jobs
|
jobs:
|
||||||
|
- skyline-nodejs14-run-lint-src
|
||||||
|
- skyline-nodejs14-run-lint-test
|
||||||
|
- skyline-nodejs14-run-unit-test
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- skyline-nodejs14-run-lint-src
|
||||||
|
- skyline-nodejs14-run-lint-test
|
||||||
|
- skyline-nodejs14-run-unit-test
|
||||||
|
Loading…
Reference in New Issue
Block a user