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
diff --git a/.zuul.yaml b/.zuul.yaml
index 6f26638..fa78ef3 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