gitlab CI: hook up junit test reports to the meson results
authorPeter Hutterer <peter.hutterer@who-t.net>
Sun, 23 Feb 2020 23:37:36 +0000 (09:37 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 24 Feb 2020 01:52:14 +0000 (11:52 +1000)
commit15e0b024dfc78da98721e3d82c445cbdf59159e2
tree35c1366b6646334f918f4f22ba4230a5ab61d191
parente03cdd1d3ff3731eb1432501c48b742e2c6e34ca
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>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci.tmpl
.gitlab-ci/meson-build.sh
.gitlab-ci/meson-junit-report.py [new file with mode: 0755]
meson.build