From 0c25c7bce242ce524cb2f29cec33a5e14dbf0c54 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 18 Sep 2012 10:40:38 -0700 Subject: [PATCH] Correct console-log publisher used by dev coverage The dev-*-coverage jobs were using the console-log-post publisher for the console log, but these jobs are not in the post merge pipeline. Use the console-log publisher instead. Change-Id: I9d10088bc966d7d79373e4161a8233aa17d1a17b Reviewed-on: https://review.openstack.org/13213 Reviewed-by: Monty Taylor Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../files/jenkins_job_builder/config/heat.yaml | 2 +- .../files/jenkins_job_builder/config/zuul.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/heat.yaml b/modules/openstack_project/files/jenkins_job_builder/config/heat.yaml index e841fb7543..38185189e6 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/heat.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/heat.yaml @@ -17,4 +17,4 @@ source: 'cover/**' keep-hierarchy: true copy-after-failure: true - - console-log-post + - console-log diff --git a/modules/openstack_project/files/jenkins_job_builder/config/zuul.yaml b/modules/openstack_project/files/jenkins_job_builder/config/zuul.yaml index 3c673697e0..a2fe7c908f 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/zuul.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/zuul.yaml @@ -38,4 +38,4 @@ source: 'cover/**' keep-hierarchy: true copy-after-failure: true - - console-log-post + - console-log