Use npm docs jobs

Use npm docs jobs in the nodejs docs templates, those used sphinx
building by accident.

Change-Id: Ied5b10d647e47d752ceb11a887e831c82be62888
Depends-On: I4517b9fb5d9b17b099e2a5ab138688caaa976be9
This commit is contained in:
Andreas Jaeger 2017-11-09 21:40:43 +01:00
parent aa692b4c32
commit bfc5217a0f
2 changed files with 31 additions and 20 deletions

View File

@ -759,3 +759,34 @@
- nodejs-npm-run-test:
vars:
node_version: 6
- project-template:
name: nodejs4-docs
description: |
Run docs jobs using Node 4.
check:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 4
- build-openstack-sphinx-docs
gate:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 4
- project-template:
name: nodejs6-docs
description: |
Run docs jobs using Node 6.
check:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 6
gate:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 6

View File

@ -309,26 +309,6 @@
jobs:
- legacy-tempest-dsvm-neutron-src-plugin
- project-template:
# TODO(jaegerandi): This is broken, should use npm docs
name: nodejs4-docs
check:
jobs:
- build-openstack-sphinx-docs
gate:
jobs:
- build-openstack-sphinx-docs
- project-template:
name: nodejs6-docs
# TODO(jaegerandi): This is broken, should use npm docs
check:
jobs:
- build-openstack-sphinx-docs
gate:
jobs:
- build-openstack-sphinx-docs
- project-template:
name: noop-jobs
check: