From 294aa809f45c335ff5d5e78ef3375bc4e0925d95 Mon Sep 17 00:00:00 2001 From: Maor Blaustein Date: Tue, 26 Mar 2024 21:25:41 +0200 Subject: [PATCH] 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 --- zuul.d/project.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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