feat(hicn.yaml): add xunit report publishers
[ci-management.git] / jjb / hicn / hicn.yaml
index 3fc0198..8f76683 100644 (file)
       - 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}"
 
     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}"