From b513915155f370da018a0d75c406d6cbb23b0f23 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 4 Mar 2013 16:55:38 -0500 Subject: [PATCH] Fix stable oslo-incubator pyflakes. Change-Id: I685d1dab29e489472d7f97e154665e4e9b12a304 Reviewed-on: https://review.openstack.org/23470 Reviewed-by: James E. Blair Reviewed-by: Vish Ishaya Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 2ddb8f4513..77c009b1f6 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -84,6 +84,8 @@ jobs: - name: gate-nova-pylint voting: false branch: ^(?!stable/(diablo|essex)).*$ + - name: gate-oslo-incubator-pyflakes + branch: ^(?!stable|(diablo|essex|folsom)).*$ - name: dev-zuul-coverage voting: false - name: dev-heat-coverage @@ -440,14 +442,15 @@ projects: - name: openstack/oslo-incubator check: - - gate-oslo-incubator-pyflakes: + - gate-oslo-incubator-pep8: - gate-oslo-incubator-docs - - gate-oslo-incubator-pep8 + - gate-oslo-incubator-pyflakes - gate-oslo-incubator-python26 - gate-oslo-incubator-python27 gate: - gate-oslo-incubator-docs - gate-oslo-incubator-pep8 + - gate-oslo-incubator-pyflakes - gate-oslo-incubator-python26 - gate-oslo-incubator-python27 post: