feat(hicn.yaml): add xunit report publishers 18/37118/3
authorMauro Sardara <msardara@cisco.com>
Tue, 13 Sep 2022 19:28:15 +0000 (21:28 +0200)
committerMauro Sardara <msardara@cisco.com>
Tue, 13 Sep 2022 20:38:42 +0000 (20:38 +0000)
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Ia5fb1b5ebf18a62c0cb6bd5c51c77ec290eb03b3

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}"