From 6c6cd3899b9d015aa400b9c00ae2ccde880e847c Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 8 Jul 2014 18:14:33 -0400 Subject: [PATCH] Mark OpenStack stable branches as non-voting for pecan; they're too unreliable. Pecan is very regularly held up by bugs that haven't been backported to stable branches. While checks are still useful to ensure that pecan hasn't legitimately broken something, the majority of the failures I see are unrelated issues in the projects themselves (requiring time-consuming backports). Change-Id: I0dcab730bd637dc33369f74ba3eb363314025469 --- modules/openstack_project/files/zuul/layout.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index cc3b92a40d..17625cf37e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -677,6 +677,12 @@ jobs: - name: logs - name: gate-tuskar-ui-jshint voting: false + - name: ^(gate|check)-pecan-tox-ceilometer-stable + voting: false + - name: ^(gate|check)-pecan-tox-designate-stable + voting: false + - name: ^(gate|check)-pecan-tox-ironic-stable + voting: false # The project list is grouped by type of project, and within each # group, projects are sorted (mostly) alphabetically. @@ -3889,11 +3895,8 @@ projects: - gate-pecan-pypy - gate-pecan-tox-wsme-stable - gate-pecan-tox-wsme-tip - - gate-pecan-tox-ceilometer-stable - gate-pecan-tox-ceilometer-tip - - gate-pecan-tox-ironic-stable - gate-pecan-tox-ironic-tip - - gate-pecan-tox-designate-stable - gate-pecan-tox-designate-tip - gate-pecan-tox-barbican-tip - gate-pecan-tox-storyboard-tip