From 58abccb89f46576b573733fd424056b2f5a0203d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 24 May 2019 15:09:01 -0400 Subject: [PATCH] Add nova-multi-cell job to experimental queue Nova has had a multi-cell job (nova-multi-cell) since the Train release but is currently non-voting in the check queue for nova changes. This change adds the job to the experimental queue for devstack changes so we can test changes to devstack and make sure they work for the multi-cell job. Change-Id: Icf31baf6fd4313aec5ecfb9e8f9cbcef1ff7f61d --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3c516dd350..2dd0b9f4ef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -701,9 +701,12 @@ # stable engouh with uwsgi. # * neutron-tempest-with-uwsgi: maintained by neutron for tempest test. # Next cycle we can remove this if everything run out stable enough. + # * nova-multi-cell: maintained by nova and currently non-voting in the + # check queue for nova changes but relies on devstack configuration experimental: jobs: + - nova-multi-cell - nova-next - neutron-fullstack-with-uwsgi - neutron-functional-with-uwsgi