From e64fabf490d1ac18eff5457867a2af54c8d133a5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 12 Aug 2014 13:25:22 +0000 Subject: [PATCH] Temporarily ignore Ceilometer Python 2.6 job * modules/openstack_project/files/zuul/layout.yaml: EPEL maintainers inadvertently removed mongodb (confusing it with couchdb), which has caused gate-ceilometer-python26 to fail. Temporarily switch it to non-voting until mongodb is restored to EPEL or the relevant tests are disabled in Ceilometer's source tree. Change-Id: I89fd3e1740d72ef5f456914441daa0b4f43b061c --- modules/openstack_project/files/zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 24a90876b4..19bd80fe0c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -756,6 +756,9 @@ jobs: voting: false - name: gate-tempest-dsvm-ceilometer-mongodb-full voting: false + # Temporary until mongodb is restored to EPEL (in progress) + - name: gate-ceilometer-python26 + voting: false # The project list is grouped by type of project, and within each # group, projects are sorted (mostly) alphabetically.