From bd4d66fadeaebcdd6321b1c549d252826aaaaea7 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 5 Oct 2017 10:39:40 -0500 Subject: [PATCH] Add project-template for python jobs without constraints Some projects (like infra) use the same set of jobs as the PTI but don't follow constraints. Add project-templates for those too. Change-Id: I03cad569cc539becccc603a07b8de3e30007f2bb --- zuul.d/project-templates.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index d8876f5e..d2e9cf32 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -286,6 +286,38 @@ - openstack-tox-py35: voting: false +- project-template: + name: openstack-python-jobs-no-constraints + description: | + Runs the OpenStack PTI jobs for python, but uses the versions of them + that do not use constraints. + check: + jobs: + - tox-pep8 + - tox-py27 + gate: + jobs: + - tox-pep8 + - tox-py27 + post: + jobs: + - publish-openstack-python-branch-tarball + +- project-template: + name: openstack-python35-jobs-no-constraints + description: | + Runs the OpenStack PTI jobs for python3.5, but uses the versions of them + that do not use constraints. + check: + jobs: + - tox-py35 + gate: + jobs: + - tox-py35 + post: + jobs: + - publish-openstack-python-branch-tarball + - project-template: name: openstack-pypy-jobs check: