From 2b4786b5cc819c5d321d97e3cf9e1d5f24ebdb97 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 7 Sep 2018 15:31:21 +0200 Subject: [PATCH] Use templates for cover and lower-constraints Use openstack-tox-cover template, this runs the cover job in the check queue only. Use openstack-lower-constraints-jobs template. Remove jobs that are part of the templates. Move template list to top of project stanza to follow common practice and sort list of templates. Change-Id: Iaa754888d1c6fbe6a563098507c1eb71300ab845 --- .zuul.yaml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5ceba98..ddcf1a5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,25 +1,21 @@ - project: + templates: + - check-requirements + - lib-forward-testing + - lib-forward-testing-python3 + - openstack-cover-jobs + - openstack-lower-constraints-jobs + - openstack-python-jobs + - openstack-python35-jobs + - openstack-python36-jobs + - periodic-stable-jobs + - publish-openstack-docs-pti + - release-notes-jobs-python3 check: jobs: - openstack-tox-functional - openstack-tox-functional-py35 - - openstack-tox-lower-constraints - - openstack-tox-cover gate: jobs: - openstack-tox-functional - openstack-tox-functional-py35 - - openstack-tox-lower-constraints - templates: - - openstack-python-jobs - - openstack-python35-jobs - - check-requirements - - publish-openstack-docs-pti - - release-notes-jobs-python3 - - lib-forward-testing - - lib-forward-testing-python3 - - periodic-stable-jobs - - openstack-python36-jobs - post: - jobs: - - openstack-tox-cover