Chris Dent cf4ea34911 Make pep8 tests voting
In the prior commit pep8 started passing.

In a near future commit these jobs will be switched over to using
templates.

Change-Id: Ide953a393a60ccb3bea41e0936b57c4e3c731c57
2018-09-04 10:31:29 -05:00

22 lines
620 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-py27
- openstack-tox-py35
- openstack-tox-pep8
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
- openstack-tox-py27
- openstack-tox-py35
- openstack-tox-pep8