From 668098fe271770034420eac07fe6ef5997f6f8ac Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 2 Aug 2013 18:24:54 +0000 Subject: [PATCH] Add python3 gate for openstack-dev/hacking Add python3 gate for openstack-dev/hacking. Change-Id: If6d568a6447524c1c20c1b5629b82653f52c9977 Signed-off-by: Chuck Short --- .../files/jenkins_job_builder/config/projects.yaml | 1 + modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 3da34d28ec..df5c274a82 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -170,6 +170,7 @@ jobs: - python-jobs - pypi-jobs + - gate-{name}-python33 - gate-hacking-integration-{target-project}: target-org: openstack target-project: nova diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 3a224ceef2..ee08dbba1a 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -166,6 +166,8 @@ jobs: - '^.*requirements.txt$' - name: manuals-upstream-translation-update branch: ^master$ + - name: gate-hacking-python33 + voting: false - name: gate-hacking-integration-nova voting: false - name: gate-savanna-pylint @@ -1165,12 +1167,14 @@ projects: - gate-hacking-docs - gate-hacking-python26 - gate-hacking-python27 + - gate-hacking-python33 - gate-hacking-integration-nova gate: - gate-hacking-docs - gate-hacking-pep8 - gate-hacking-python26 - gate-hacking-python27 + - gate-hacking-python33 - gate-hacking-integration-nova post: - hacking-branch-tarball