summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-24 09:37:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-24 11:52:14 +1000
commit15e0b024dfc78da98721e3d82c445cbdf59159e2 (patch)
tree35c1366b6646334f918f4f22ba4230a5ab61d191 /.gitlab-ci.yml
parente03cdd1d3ff3731eb1432501c48b742e2c6e34ca (diff)
downloadlibevdev-15e0b024dfc78da98721e3d82c445cbdf59159e2.tar.gz
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 <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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: