From 46ba7a2280dfa464ed8eb5a537d5d9755d001a19 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 20 Oct 2017 09:24:39 -0400 Subject: [PATCH] make openstack-tox-cover inherit from tox-cover rather than from openstack-tox so that it will sync up the coverage report detail to the log root of the executor. Change-Id: I8378af59f15d631d2e1a817fc0ced01f1f2f0571 --- zuul.d/jobs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 035b320f..b5b05b46 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -298,17 +298,19 @@ - job: name: openstack-tox-cover - parent: openstack-tox + parent: tox-cover description: | Run code coverage tests. Uses tox with the ``cover`` environment. + required-projects: + - name: openstack/requirements irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ vars: - tox_envlist: cover + tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt" - job: name: openstack-tox-bashate