From: Lasse Kaihlavirta Date: Fri, 20 Nov 2020 14:48:39 +0000 (+0200) Subject: Report all results under archives directory X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F115175%2F1;p=ci-management.git Report all results under archives directory - publish all outputs, reports and logs that can be found from under archives directory or its subdirectories for both new project-specific and old centralized Robot tests Issue-ID: INT-1786 Signed-off-by: Lasse Kaihlavirta Change-Id: I50a1256236095e20d65564aa9f626cd7acb89b6f --- diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index b4728463e..52b9432b2 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -131,6 +131,9 @@ publishers: - robot: output-path: 'archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' other-files: '' unstable-threshold: '{unstable-if}' pass-threshold: '{pass-if}' @@ -141,6 +144,9 @@ publishers: - robot: output-path: 'csit/archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' other-files: '' unstable-threshold: '{unstable-if}' pass-threshold: '{pass-if}'