From 2ac3c73a9a77c447c1a9975cb1daec73fc2d4081 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 12 Sep 2017 08:28:50 -0600 Subject: [PATCH] Add compare-cover job Change-Id: Ia1f24c199c0c20911389e9e234cc48c0b8b7a423 --- zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.yaml b/zuul.yaml index d71c22a5..a5fec558 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -152,6 +152,16 @@ vars: tox_envlist: bashate +- job: + name: openstack-tox-compare-cover + parent: openstack-tox + description: | + Run coverage comparison tests. + + Uses tox with the ``compare-cover`` environment. + vars: + tox_envlist: compare-cover + - job: name: publish-openstack-python-tarball parent: publish-openstack-artifacts