From d5832366707241872d4717045b3d70c0e4cbed8d Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 31 Oct 2019 14:38:04 +0100 Subject: [PATCH] Switch neutron-dynamic-routing job to be non-voting temporaray This job is now broken due to [1]. Revert for this patch is already proposed in [2] but as this block all patches in neutron-tempest-plugin repo, and there are in queue patches which should improve stability of other neutron scenario jobs, lets not wait until [2] will be merged and quickly unblock gates now. [1] https://review.opendev.org/#/c/288271/ [2] https://review.opendev.org/#/c/691710/ Change-Id: I3951fa12a3b2c840ba2a11f22a298e7926aef649 Related-Bug: #1850626 --- .zuul.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e9d28c95..61c67964 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -998,10 +998,16 @@ - neutron-tempest-plugin-sfc - neutron-tempest-plugin-bgpvpn-bagpipe - neutron-tempest-plugin-fwaas - - neutron-tempest-plugin-dynamic-routing + - neutron-tempest-plugin-dynamic-routing: + # TODO(slaweq): switch it to be voting when bug + # https://bugs.launchpad.net/neutron/+bug/1850626 will be fixed + voting: false + gate: jobs: - neutron-tempest-plugin-sfc - neutron-tempest-plugin-bgpvpn-bagpipe - neutron-tempest-plugin-fwaas - - neutron-tempest-plugin-dynamic-routing + # TODO(slaweq): bring it back to gate queue + # https://bugs.launchpad.net/neutron/+bug/1850626 will be fixed + # - neutron-tempest-plugin-dynamic-routing