From 05d87d6d90762999754496eda8a8d451aa9b8544 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 25 Mar 2020 12:09:07 +0100 Subject: [PATCH] Promote tempest and fullstack uwsgi jobs to be voting Those 2 jobs are pretty stable since long time so we can make them to be voting now. Job 'neutron-functional-with-uwsgi' also follows 'neutron-functional' job's failure rate but both jobs still needs some more stabilization before we will make it voting. This patch also moves some jobs to group similar jobs together. Change-Id: Icb32776198f9b7fc6adfa287081e3feb4297116d --- zuul.d/project.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 14130640399..3291bc40045 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,10 +16,12 @@ jobs: - neutron-functional - neutron-fullstack + - neutron-fullstack-with-uwsgi - neutron-rally-task - - neutron-tempest-linuxbridge - neutron-grenade-multinode - neutron-grenade-dvr-multinode + - neutron-tempest-linuxbridge + - neutron-tempest-with-uwsgi - tempest-integrated-networking: # We don't run the job on things like neutron docs-only changes irrelevant-files: &irrelevant-files @@ -45,6 +47,8 @@ irrelevant-files: *irrelevant-files - tempest-slow-py3: irrelevant-files: *irrelevant-files + - tempest-ipv6-only: + irrelevant-files: *irrelevant-files - neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release-ipv6-only: voting: false @@ -53,16 +57,10 @@ #- networking-midonet-tempest-aio-ml2-centos-7: # voting: false # irrelevant-files: *irrelevant-files - - tempest-ipv6-only: - irrelevant-files: *irrelevant-files - openstacksdk-functional-devstack-networking: voting: false - neutron-functional-with-uwsgi: voting: false - - neutron-fullstack-with-uwsgi: - voting: false - - neutron-tempest-with-uwsgi: - voting: false - neutron-centos-8-tripleo-standalone - neutron-ovn-rally-task: voting: false