gitlab-ci: Stop reporting piglit test results via JUnit
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 26 Nov 2019 16:44:49 +0000 (17:44 +0100)
committerMichel Dänzer <michel@daenzer.net>
Wed, 27 Nov 2019 09:18:33 +0000 (10:18 +0100)
It was basically useless in this form, and processing the JUnit data in
the GitLab backend was pretty expensive.

Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci.yml

index 52da56863ca4233ae40504312a7e7ecf7a338450..cee7f05872c7749d8a4ddae43ea3be5d256c63ae 100644 (file)
@@ -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