7589cc2c37
Adding a pep8 job in check and gate pipeline. This commit also fixes a few pep8 issues. Change-Id: I7688ce8a216eafc4d1b1c2082a7e1aad5b1d15fa
25 lines
687 B
YAML
25 lines
687 B
YAML
- project-template:
|
|
name: whitebox-neutron-tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- whitebox-neutron-tempest-plugin-openvswitch
|
|
- whitebox-neutron-tempest-plugin-ovn
|
|
gate:
|
|
jobs:
|
|
- whitebox-neutron-tempest-plugin-openvswitch
|
|
- whitebox-neutron-tempest-plugin-ovn
|
|
|
|
- project:
|
|
templates:
|
|
- whitebox-neutron-tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- whitebox-neutron-tempest-plugin-openvswitch
|
|
- whitebox-neutron-tempest-plugin-ovn
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- whitebox-neutron-tempest-plugin-openvswitch
|
|
- whitebox-neutron-tempest-plugin-ovn
|