diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index feaf58c..c8d58f7 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,28 +1,18 @@ - project-template: name: whitebox-neutron-tempest-plugin-jobs check: - jobs: + jobs: &neutron_jobs - whitebox-neutron-tempest-plugin-openvswitch - whitebox-neutron-tempest-plugin-ovn - whitebox-neutron-tempest-plugin-ovn-single-thread gate: - jobs: - - whitebox-neutron-tempest-plugin-openvswitch - - whitebox-neutron-tempest-plugin-ovn - - whitebox-neutron-tempest-plugin-ovn-single-thread + jobs: *neutron_jobs - project: templates: - whitebox-neutron-tempest-plugin-jobs check: - jobs: + jobs: &tox_jobs - openstack-tox-pep8 - - whitebox-neutron-tempest-plugin-openvswitch - - whitebox-neutron-tempest-plugin-ovn - - whitebox-neutron-tempest-plugin-ovn-single-thread gate: - jobs: - - openstack-tox-pep8 - - whitebox-neutron-tempest-plugin-openvswitch - - whitebox-neutron-tempest-plugin-ovn - - whitebox-neutron-tempest-plugin-ovn-single-thread + jobs: *tox_jobs