Module: Mesa Branch: master Commit: f4210df2241556873032f741be4a4a44337ebf99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4210df2241556873032f741be4a4a44337ebf99
Author: Alexandros Frantzis <[email protected]> Date: Fri Sep 4 14:20:39 2020 +0300 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6598> --- .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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
