aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-06-25 11:21:12 +0200
committerMarge Bot <[email protected]>2020-06-26 06:45:23 +0000
commit276e6d7bbce089e0556c8f9e6601edc1dd3b5daf (patch)
tree528379b9de5c47e711bab76a719cc5cd1e935307 /.gitlab-ci.yml
parent4954df417c7bedd399a75dc4d80431ea9bba417d (diff)
gitlab-ci: attach the Fossilize log file as artifact on failure
It might be help. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5627>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daab01c86bb..92e006b324d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -802,6 +802,11 @@ piglit-quick_shader:
extends: .test-vk
script:
- ./install/fossilize-runner.sh
+ artifacts:
+ when: on_failure
+ name: "mesa_${CI_JOB_NAME}"
+ paths:
+ - results/
llvmpipe-gles2:
variables: