From 20775ac096656e9c27811a064ff993bf17389b67 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 --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a77c6d21ee..24940b36c7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -755,6 +755,10 @@ irrelevant-files: - ^.*\.rst$ - ^doc/.*$ + - nova-ceph-multistore: + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ gate: jobs: - devstack @@ -785,6 +789,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.