Move fwaas jobs to the experimental queue
We have neutron-fwaas related jobs only for the stable/train and
stable/ussuri branches as neutron-fwaas was deprecated from stadium
after ussuri.
In both those cases those jobs are non-voting and broken - both are
failing 100% of the times now.
Based on that there is no point to waste infra resources and run those
jobs on every patch. Lets move them to the experimental queue so it can
be run on demand.
Change-Id: I4ea122e7ca1e1c0b5c00bd3397740510540a8ff9
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index dc6e56c..f9e1b9c 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -181,14 +181,6 @@
- neutron-tempest-plugin-bgpvpn-bagpipe-train
- neutron-tempest-plugin-bgpvpn-bagpipe-ussuri
- neutron-tempest-plugin-bgpvpn-bagpipe-victoria
- - neutron-tempest-plugin-fwaas-train:
- # TODO(slaweq): switch it to be voting when bug
- # https://bugs.launchpad.net/neutron/+bug/1858645 will be fixed
- voting: false
- - neutron-tempest-plugin-fwaas-ussuri:
- # TODO(slaweq): switch it to be voting when bug
- # https://bugs.launchpad.net/neutron/+bug/1858645 will be fixed
- voting: false
- neutron-tempest-plugin-dynamic-routing
- neutron-tempest-plugin-dynamic-routing-ussuri
- neutron-tempest-plugin-dynamic-routing-victoria
@@ -201,3 +193,14 @@
- neutron-tempest-plugin-sfc
- neutron-tempest-plugin-bgpvpn-bagpipe
- neutron-tempest-plugin-dynamic-routing
+
+ experimental:
+ jobs:
+ - neutron-tempest-plugin-fwaas-train:
+ # TODO(slaweq): switch it to be voting when bug
+ # https://bugs.launchpad.net/neutron/+bug/1858645 will be fixed
+ voting: false
+ - neutron-tempest-plugin-fwaas-ussuri:
+ # TODO(slaweq): switch it to be voting when bug
+ # https://bugs.launchpad.net/neutron/+bug/1858645 will be fixed
+ voting: false