summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>2020-09-04 12:44:53 +0300
committerAlexandros Frantzis <alexandros.frantzis@collabora.com>2020-09-08 10:44:56 +0300
commit7e82e252e0f00879d0f15bbf37da23b49628f867 (patch)
tree4d7778b3a2e2b868af9d19bc347c7c220fd91c6e /.gitlab-ci.yml
parentd24ffd870615f0918c19c35b428251ba86bb49d7 (diff)
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@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6598>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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: