Non-voting jobs should never run in gate, remove the non-voting
requirements change - and the template as well.

Change docs building job to newer tox-docs which does "tox -e docs"
directly.

Change-Id: I4111e0f94ee5d0f1ed07743679e17b28ac70a518
This commit is contained in:
Andreas Jaeger 2019-05-20 08:09:35 +02:00
parent 4f9242d697
commit 86b4ddff3b
1 changed files with 1 additions and 6 deletions

View File

@ -1,16 +1,11 @@
- project:
templates:
- check-requirements
- openstack-python-jobs
- openstack-python35-jobs
- publish-to-pypi
check:
jobs:
- build-openstack-sphinx-docs:
- tox-docs:
voting: false
- requirements-check:
voting: false
gate:
jobs:
- requirements-check:
voting: false