Add pep8 job
By removing openstack-python-jobs zuul template when we dropped support for python2 we accidentally removed pep8 job as well as it was part of that template. This review adds the pep8 job explicitely. Change-Id: I9c1c5cf1667d95de91533c2a266263a66ece365e
This commit is contained in:
parent
3042a3cac8
commit
c8a084937e
@ -7,6 +7,7 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- python-tempestconf-tempest-devstack-admin
|
||||
- python-tempestconf-tempest-devstack-admin-train
|
||||
- python-tempestconf-tempest-devstack-admin-stein
|
||||
@ -19,6 +20,7 @@
|
||||
- refstack-client-devstack-tempestconf
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- python-tempestconf-tempest-devstack-admin
|
||||
- python-tempestconf-tempest-devstack-admin-train
|
||||
- python-tempestconf-tempest-devstack-admin-stein
|
||||
|
Loading…
Reference in New Issue
Block a user