WIP: Testing nodejs-jobs

This project currently runs a few legacy nodejs jobs.

This change adds new Zuul v3 native nodejs jobs and tests that they
work.

Once the jobs work, we can update the jobs (might be here, might be in
project-config, depending on kind of job).

WIP until jobs are working fine and home of them is clear.

Change-Id: I6a2ca84b7dac396454ac2d88e288382e2ca64920
This commit is contained in:
Andreas Jaeger 2017-12-15 11:12:03 +01:00
parent c2cc0eac5d
commit 6cd41d00e4
1 changed files with 34 additions and 0 deletions

34
.zuul.yaml Normal file
View File

@ -0,0 +1,34 @@
- job:
name: nodejs-npm4-run-docs
parent: nodejs-npm
vars:
npm_command: docs
node_version: 4
- job:
name: nodejs-npm6-run-docs
parent: nodejs-npm
vars:
npm_command: docs
node_version: 6
- job:
name: nodejs-npm4-run-functional-test
parent: nodejs-npm
vars:
npm_command: functional-test
node_version: 4
- job:
name: nodejs-npm6-run-functional-test
parent: nodejs-npm
vars:
npm_command: functional-test
node_version: 6
- project:
name: openstack-infra/js-generator-openstack
check:
jobs:
- nodejs-npm6-run-docs