This patch does pretty much the minimum possible to get `tox -e docs` building and gating. Much, much more needs to be done to make the content good. Also corrects a link in the api-ref which, once these are publishing, would have pointed to the wrong place. Change-Id: I5cbc3a3cceeaeaa7be5593658b6a03fa25fb69d0
30 lines
884 B
YAML
30 lines
884 B
YAML
# Initial set of jobs that will be extended over time as
|
|
# we get things working.
|
|
- project:
|
|
# TODO(cdent): Start using templates for python jobs once
|
|
# these are all voting and we are satisfied things are working
|
|
# well.
|
|
# templates:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- openstack-tox-functional-py35
|
|
- openstack-tox-functional-py36
|
|
- openstack-tox-py27
|
|
- openstack-tox-py35
|
|
- openstack-tox-py36
|
|
- openstack-tox-pep8
|
|
- build-openstack-api-ref
|
|
- openstack-tox-docs
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- openstack-tox-functional-py35
|
|
- openstack-tox-functional-py36
|
|
- openstack-tox-py27
|
|
- openstack-tox-py35
|
|
- openstack-tox-py36
|
|
- openstack-tox-pep8
|
|
- build-openstack-api-ref
|
|
- openstack-tox-docs
|