From 24ee6925b67184488ed2f8111932c09c89546a30 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 20 Aug 2021 17:44:47 +0200 Subject: [PATCH] Enabling cover job in the zuul Measuring coverage for each patch will help us pinpoint where we lack test coverage and quickly determine if the newly introduced code doesn't have negative impact on it. Coverage measurement is not set as a dependcy for the more complex actions in the check pipeline, so we are unlikely to see delays in patches passing. Signed-off-by: Jiri Podivin Change-Id: Ic37d30c8c1920f7d315dd7da12418d60509c42d4 --- zuul.d/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 7eba08af2..0d15272d9 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -1,6 +1,7 @@ - project: templates: - check-requirements + - openstack-cover-jobs - openstackclient-plugin-jobs - openstack-python3-xena-jobs - publish-openstack-docs-pti