From f963f8d705205d81d0d233073001ddf5c61ece0a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 3 Jul 2015 15:18:08 +0200 Subject: [PATCH] Move gate-keystone-python34 to check Convert gate-keystone-python34 experimental job to a non-voting check job. Restrict the job to the master branch (ignore stable branches), beacuse stable branches will not get Python 3 support. "tox -e py34" should now work pass: see the merged change I47677bc457bcabcd6432cad18b05b3f181ec49ab. Blueprint python3 Change-Id: I0fb481a48ead1d4f42f7e0ba50d71cf2247e713f --- zuul/layout.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ef36589ce1..4c90b4834d 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1453,6 +1453,10 @@ jobs: - name: gate-cinder-python34 branch: ^(?!stable/(?:juno|kilo)).*$ + - name: gate-keystone-python34 + branch: ^(?!stable/(?:juno|kilo)).*$ + voting: false + - name: gate-swift-python34 branch: ^(?!stable/(?:juno|kilo)).*$ voting: false @@ -1985,6 +1989,7 @@ projects: - name: translation-jobs - name: experimental-tripleo-jobs check: + - gate-keystone-python34 - gate-rally-dsvm-keystone - gate-keystone-tox-bandit gate: @@ -1994,7 +1999,6 @@ projects: - keystone-propose-config-updates experimental: - gate-grenade-dsvm-forward - - gate-keystone-python34 - name: openstack/keystone-specs template: