diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-11-20 16:48:39 +0200 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-11-20 16:48:39 +0200 |
commit | ff57fab1504bb3270fcdfa1c8dcb6480fb9e1c56 (patch) | |
tree | c4121fdc79eee4b1c873d1f2f0ba06ee611efc94 /jjb | |
parent | 0e310453deaed015f3263f1f4c5e0fb6e2f24704 (diff) |
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 <l.kaihlavirt@partner.samsung.com>
Change-Id: I50a1256236095e20d65564aa9f626cd7acb89b6f
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-macros.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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}' |