From 1063c80487029ce3d694c935f20a0b5efce8e48b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 4 Jan 2014 04:17:17 +0000 Subject: [PATCH] Simplify devstack-logs publisher * .../jenkins_job_builder/config/macros.yaml(devstack-logs): Stop collecting testr and subunit log artifacts separately from the logs directory once I47227ed28b60927d528fdf220c981cf5d8515c88 merges. The SCP publisher tends to spam the console log with "file does not exist" messages which some people are mistaking for the cause of unrelated job failures, so this should help avoid that unfortunate situation in the future. Change-Id: Ic49a775042c3774dbd86e8fd6e5a94899ff12e38 --- .../files/jenkins_job_builder/config/macros.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml index bb6204b8e7..e2111cd7d5 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml @@ -276,14 +276,6 @@ source: 'logs/**' keep-hierarchy: true copy-after-failure: true - - target: 'logs/$LOG_PATH' - source: '**/testr_results.html.gz' - keep-hierarchy: false - copy-after-failure: true - - target: 'logs/$LOG_PATH' - source: '**/subunit_log.txt.gz' - keep-hierarchy: false - copy-after-failure: true - publisher: