xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 12 23:33:33 UTC 2018


 .gitlab-ci.yml |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a7472da94136ef977b8d6af956a15767736236ea
Author: Michel Daenzer <michel at daenzer.net>
Date:   Wed Dec 12 18:34:36 2018 +0100

    Make artifacts of piglit results if job fails
    
    Can be useful for figuring out what caused the failure.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 092f3427f..a5f4bc461 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,9 @@
 image: nwnk/xserver-travis-rawhide:v5
 
 job:
+    artifacts:
+        when: on_failure
+        paths:
+            - build/test/piglit-results/
     script:
         - ./test/scripts/build-travis-deps.sh


More information about the xorg-commit mailing list