From a431d766c23fccfea84f1bdbf13fddc28c20535d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 21 Oct 2017 13:14:42 +0200 Subject: [PATCH] Set success-url on coverage jobs to cover/ We fetch the coverage reports into the cover directory on logs. The coverage report is the main thing you want to look at from a coverage job. Set the url to that. Change-Id: I387f01557afc36fd621197e2a97500ef44d7aace --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d409e02c..667c417f 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -315,6 +315,7 @@ - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ + success-url: cover/ vars: tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"