Mesa (master): gitlab-ci: Stop reporting piglit test results via JUnit

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 27 09:38:38 UTC 2019


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Nov 26 17:44:49 2019 +0100

gitlab-ci: Stop reporting piglit test results via JUnit

It was basically useless in this form, and processing the JUnit data in
the GitLab backend was pretty expensive.

Acked-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52da56863ca..cee7f05872c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -473,9 +473,6 @@ scons-old-llvm:
 
 .piglit-test:
   extends: .test
-  artifacts:
-    reports:
-      junit: results/results.xml
   variables:
     LIBGL_ALWAYS_SOFTWARE: 1
     PIGLIT_NO_WINDOW: 1




More information about the mesa-commit mailing list