From b2dce848a5784b3dfbd2130e6f55cc83ee0dd8d1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 9 Sep 2018 06:07:27 +0200 Subject: [PATCH] Use openstack-tox-cover template Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove jobs and use template instead. Change-Id: I998c864f6d63921d6b424f81b0d38561edf5675c --- .zuul.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 15c030f..7c8c794 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,12 +1,8 @@ - project: templates: + - openstack-cover-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check: - jobs: - - openstack-tox-cover: - voting: false -