From f4210df2241556873032f741be4a4a44337ebf99 Mon Sep 17 00:00:00 2001 From: Alexandros Frantzis Date: Fri, 4 Sep 2020 14:20:39 +0300 Subject: [PATCH] gitlab-ci: Enable unit test report for arm64_a630_traces 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 Reviewed-by: Eric Anholt Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57fb5bb4052..bd92df91515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1152,6 +1152,9 @@ arm64_a630_traces: # missing. MESA_GLSL_VERSION_OVERRIDE: "460" MESA_GL_VERSION_OVERRIDE: "4.6" + artifacts: + reports: + junit: results/junit.xml # Along with checking gmem path, check that we don't get obvious nir # validation failures (though it's too expensive to have it on for the