Use zuul project template, anchors/aliases
As suggested in review comment: https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/913830/comment/d413105d_d80a8a22/ Change-Id: If58603be4ef41007d8f047d217ae248c266490aa
This commit is contained in:
parent
1a03017e3c
commit
294aa809f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user