From f40b4945c7cb73beab9774791e7819b9abf293d6 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 29 May 2019 08:53:33 +0200 Subject: [PATCH] Remove networking-bgpvpn job from template Job neutron-tempest-plugin-bgpvpn-bagpipe was by mistake added to the neutron-tempest-plugin-jobs template in [1] and because of that it was run in check and gate queue for every Neutron patch. This isn't necessary so this patch moves this job out of the template and adds it directly to check and gate queue in neutron-tempest-plugin repo. [1] https://review.openstack.org/652991 Change-Id: Iec9dc16b2e37d4f93dd15db314bc3286779489dd --- .zuul.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6f26638a..fa78ef33 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -744,12 +744,10 @@ - neutron-tempest-plugin-designate-scenario - neutron-tempest-plugin-dvr-multinode-scenario - neutron-tempest-plugin-scenario-linuxbridge - - neutron-tempest-plugin-bgpvpn-bagpipe gate: jobs: - neutron-tempest-plugin-api - neutron-tempest-plugin-scenario-linuxbridge - - neutron-tempest-plugin-bgpvpn-bagpipe - project-template: name: neutron-tempest-plugin-jobs-queens @@ -800,3 +798,7 @@ check: jobs: - neutron-tempest-plugin-sfc + - neutron-tempest-plugin-bgpvpn-bagpipe + gate: + jobs: + - neutron-tempest-plugin-bgpvpn-bagpipe