summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-11-20 18:06:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-20 18:06:01 +0000
commit06f43712835326dbe0ea6bfb9815d56fbff3ae37 (patch)
tree99288b9cdb27feb8b2404c4a4793323d30c01467 /jjb
parentff9e2df054c9e2866a83c3a71f75af16962b103d (diff)
parentff57fab1504bb3270fcdfa1c8dcb6480fb9e1c56 (diff)
Merge "Report all results under archives directory"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration-macros.yaml6
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}'