From 7be7823d3bb8486e5a35cfb25a36196290bf472a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 18 Jul 2016 11:32:33 +0200 Subject: [PATCH] Check and gate Gnocchi against Python 3.5 Change-Id: I3ed98cbd3b4269857a8d8012d4e5d30bbf58fa0f --- jenkins/jobs/projects.yaml | 2 ++ zuul/layout.yaml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index a5c42e7768..115a074ed0 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -2661,6 +2661,8 @@ - py27-postgresql - py34-mysql - py34-postgresql + - py35-mysql + - py35-postgresql - pypi-jobs - gate-{name}-bashate - '{pipeline}-gnocchi-dsvm-functional-{storagedriver}-{sqldriver}': diff --git a/zuul/layout.yaml b/zuul/layout.yaml index fd8d4ee809..678ec5c7c7 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2811,6 +2811,9 @@ jobs: - name: gate-python-keystoneclient-requirements branch: ^(?!feature/keystoneauth_integration).*$ + - name: ^gate-gnocchi-tox-db-py35 + branch: ^(?!stable/(1\..|2\.[01])) + - name: ^gate-gnocchi-grenade-dsvm-functional-.*-1\.x$ branch: ^(?!stable/1\..).*$ voting: false @@ -7085,6 +7088,8 @@ projects: - gate-gnocchi-tox-db-py27-postgresql - gate-gnocchi-tox-db-py34-mysql - gate-gnocchi-tox-db-py34-postgresql + - gate-gnocchi-tox-db-py35-mysql + - gate-gnocchi-tox-db-py35-postgresql - gate-gnocchi-bashate - gate-gnocchi-dsvm-functional-file-mysql - gate-gnocchi-dsvm-functional-swift-postgresql @@ -7103,6 +7108,8 @@ projects: - gate-gnocchi-tox-db-py27-postgresql - gate-gnocchi-tox-db-py34-mysql - gate-gnocchi-tox-db-py34-postgresql + - gate-gnocchi-tox-db-py35-mysql + - gate-gnocchi-tox-db-py35-postgresql - gate-gnocchi-bashate - gate-gnocchi-dsvm-functional-file-mysql - gate-gnocchi-dsvm-functional-swift-postgresql