Mesa (master): gitlab-ci: Enable unit test reports for normal runner traces jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 8 08:24:34 UTC 2020


Module: Mesa
Branch: master
Commit: 7e82e252e0f00879d0f15bbf37da23b49628f867
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e82e252e0f00879d0f15bbf37da23b49628f867

Author: Alexandros Frantzis <alexandros.frantzis at collabora.com>
Date:   Fri Sep  4 12:44:53 2020 +0300

gitlab-ci: Enable unit test reports for normal runner traces jobs

Inform gitlab about the JUnit XML file that tracie produces, so that the
pipeline page can present more detailed information about tracie test
results.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6598>

---

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebd9f258056..57fb5bb4052 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1344,6 +1344,9 @@ radv-fossils:
       - traces-db/
   variables:
     TRACIE_UPLOAD_TO_MINIO: 1
+  artifacts:
+    reports:
+      junit: results/junit.xml
 
 .traces-test-gl:
   extends:



More information about the mesa-commit mailing list