From 049c0e6bdee93240259cd95fa07a74e458f8c7d7 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 5 Sep 2020 12:35:06 -0500 Subject: [PATCH] Run voting jobs in gate pipeline also nova-ceph-multistore and neutron-tempest-linuxbridge jobs are voting jobs but only run in check pipeline. We should run all voting job in check as well as in gate pipeline. Change-Id: If6758c83a6bd95aefb7703529cbccd14e3adfee2 --- .zuul.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a549bd9461ad..b4f67067e47f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -435,8 +435,7 @@ irrelevant-files: # NOTE(mriedem): This job has its own irrelevant-files section # so that we only run it on changes to networking and libvirt/vif - # code; we don't need to run this on all changes, nor do we run - # it in the gate. + # code; we don't need to run this on all changes. - ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$ - nova-grenade-multinode - nova-live-migration @@ -484,6 +483,14 @@ - nova-tox-functional-py38 - nova-multi-cell - nova-next + - nova-ceph-multistore: + irrelevant-files: *dsvm-irrelevant-files + - neutron-tempest-linuxbridge: + irrelevant-files: + # NOTE(mriedem): This job has its own irrelevant-files section + # so that we only run it on changes to networking and libvirt/vif + # code; we don't need to run this on all changes. + - ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$ - tempest-integrated-compute: irrelevant-files: *policies-irrelevant-files - grenade: