From 3cf4162b25a2f435e95d91df742865d748971f49 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 17 Jun 2015 16:33:12 +0200 Subject: [PATCH] Add a non-voting py34 check job to Cinder Only add the check job to the master branch, ignore Kilo branches and older since they will not get Python 3 support. Blueprint cinder-python3 Change-Id: I6d494f483c393580f18f3b214ca8a53ba7bb0bf8 --- zuul/layout.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index bbbf53057b..224c7b24f7 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1345,6 +1345,10 @@ jobs: - name: gate-cinder-python26 branch: ^stable/(icehouse|juno)$ + - name: gate-cinder-python34 + branch: ^(?!stable/(?:icehouse|juno|kilo)).*$ + voting: false + - name: gate-designate-python26 branch: ^stable/(icehouse|juno)$ @@ -1575,6 +1579,7 @@ projects: - name: translation-jobs check: - gate-cinder-pylint + - gate-cinder-python34 - check-devstack-dsvm-cells - gate-rally-dsvm-cinder - check-tempest-dsvm-full-ceph