summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/hicn.yaml
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-09-13 21:28:15 +0200
committerMauro Sardara <msardara@cisco.com>2022-09-13 20:38:42 +0000
commit58385372e0876a89a68e699bc3f932cdb52ffb5a (patch)
tree7a9df857d849614489b61b38034d83cac0508554 /jjb/hicn/hicn.yaml
parent1258ba0683f5c7cbfae93f3a37d2e84b9e9af9e0 (diff)
feat(hicn.yaml): add xunit report publishers
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Ia5fb1b5ebf18a62c0cb6bd5c51c77ec290eb03b3
Diffstat (limited to 'jjb/hicn/hicn.yaml')
-rw-r--r--jjb/hicn/hicn.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 3fc01982..8f766833 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -303,6 +303,14 @@
- fdio-infra-publish
- archive-artifacts:
artifacts: "packages/*.deb, packages/*.rpm"
+ - xunit:
+ thresholdmode: 'percent'
+ thresholds:
+ - failed:
+ failure: 0
+ types:
+ - gtest:
+ pattern: "**/reports/*report.xml"
- job-template:
name: "hicn-verify-functest-{stream}-{os}-{executor-arch}"
@@ -406,6 +414,14 @@
publishers:
- fdio-infra-publish
+ - xunit:
+ thresholdmode: 'percent'
+ thresholds:
+ - failed:
+ failure: 0
+ types:
+ - gtest:
+ pattern: "**/reports/*report.xml"
- job-template:
name: "hicn-extras-verify-{stream}-{os}-{executor-arch}"