From 15e0b024dfc78da98721e3d82c445cbdf59159e2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 24 Feb 2020 09:37:36 +1000 Subject: gitlab CI: hook up junit test reports to the meson results The KVM tests use this for now, not the container builds where we run meson directly. The python script to convert meson test logs to junit results expects suite names, so let's add all tests to suites so we don't need to carry local modifications. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3df628..84e7b28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -853,6 +853,8 @@ soname: paths: - $MESON_BUILDDIR/meson-logs - console.out + reports: + junit: $MESON_BUILDDIR/junit-*.xml allow_failure: true retry: -- cgit v1.2.1