From 58385372e0876a89a68e699bc3f932cdb52ffb5a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 13 Sep 2022 21:28:15 +0200 Subject: feat(hicn.yaml): add xunit report publishers Signed-off-by: Mauro Sardara Change-Id: Ia5fb1b5ebf18a62c0cb6bd5c51c77ec290eb03b3 --- jjb/hicn/hicn.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'jjb/hicn/hicn.yaml') 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}" -- cgit 1.2.3-korg