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@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2019-11-26 17:44:49 +01:00 committed by Michel Dänzer
parent 18a09e788d
commit c9cdb7cef0

View 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