summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>2020-09-04 14:20:39 +0300
committerAlexandros Frantzis <alexandros.frantzis@collabora.com>2020-09-08 10:45:03 +0300
commitf4210df2241556873032f741be4a4a44337ebf99 (patch)
treea873e8034ce11cf2f0c56ad56eac61402b41aa90 /.gitlab-ci.yml
parent88fc3e24d3c0d907f234ed9063d4bb6d5e944fb3 (diff)
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 <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 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