Browse code

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

Matt Riedemann authored on 2019/05/25 04:09:01
Showing 1 changed files
... ...
@@ -701,9 +701,12 @@
701 701
     #    stable engouh with uwsgi.
702 702
     # * neutron-tempest-with-uwsgi: maintained by neutron for tempest test.
703 703
     #    Next cycle we can remove this if everything run out stable enough.
704
+    # * nova-multi-cell: maintained by nova and currently non-voting in the
705
+    #    check queue for nova changes but relies on devstack configuration
704 706
 
705 707
     experimental:
706 708
       jobs:
709
+        - nova-multi-cell
707 710
         - nova-next
708 711
         - neutron-fullstack-with-uwsgi
709 712
         - neutron-functional-with-uwsgi