
In the prior commit pep8 started passing. In a near future commit these jobs will be switched over to using templates. Change-Id: Ide953a393a60ccb3bea41e0936b57c4e3c731c57
22 lines
620 B
YAML
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
|