From f311819acf4449b7b77244cb5fb4205080a39b9a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 7 Sep 2018 11:57:39 +0200 Subject: [PATCH] Use templates for cover and lower-constraints Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Change-Id: I53c95dfd73679653099df83400e18f9ba5c1def7 --- .zuul.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3803f2673..0a1cb6e57 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,7 @@ - project: templates: + - openstack-cover-jobs + - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs @@ -10,12 +12,5 @@ - release-notes-jobs-python3 check: jobs: - - openstack-tox-lower-constraints - legacy-keystoneclient-dsvm-functional: voting: false - gate: - jobs: - - openstack-tox-lower-constraints - post: - jobs: - - openstack-tox-cover