From: Mauro Sardara Date: Tue, 13 Sep 2022 19:28:15 +0000 (+0200) Subject: feat(hicn.yaml): add xunit report publishers X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=58385372e0876a89a68e699bc3f932cdb52ffb5a;p=ci-management.git feat(hicn.yaml): add xunit report publishers Signed-off-by: Mauro Sardara Change-Id: Ia5fb1b5ebf18a62c0cb6bd5c51c77ec290eb03b3 --- diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 3fc019824..8f7668334 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}"