From 610b1f8715aa57bd41e470ca133e5e85c13cc1af Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 28 Sep 2021 14:43:02 -0500 Subject: [PATCH] Re-enable nova-ceph-multistore job nova-ceph-multistore was failing on stable branch as it was picking master version of base job instead of stable one. There is issue in job variant in base ceph job which is now fixed by depends-on. Re-enable it in devstack gate. Depends-On: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811348 Depedns-On: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811478 Change-Id: Ia7f53b41f2450fb0dd7743f7dc7024cd987feeb7 (cherry picked from commit 51d8acf12d4d436d08eab4247938cee250e4f34a) --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5d1d485ca8..53d642e6f9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -710,6 +710,7 @@ # break it. - nova-live-migration: voting: false + - nova-ceph-multistore: irrelevant-files: - ^.*\.rst$ - ^doc/.*$ @@ -740,6 +741,10 @@ irrelevant-files: - ^.*\.rst$ - ^doc/.*$ + - nova-ceph-multistore: + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ # Please add a note on each job and conditions for the job not # being experimental any more, so we can keep this list somewhat # pruned.