From c9cdb7cef004b7ddbd17dd3e0558fe79bd4351a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Tue, 26 Nov 2019 17:44:49 +0100 Subject: [PATCH] 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 Reviewed-by: Eric Anholt --- .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 -- 2.30.2