[mutter] gitlab-ci.yml: Stop creating meson-logs artifact



commit 718ddc9c96cd03c2d5439bfd4880d9f0e727a0ce
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Nov 22 17:47:15 2018 +0100

    gitlab-ci.yml: Stop creating meson-logs artifact
    
    The logs were useless, as the complete test suite log was printed to
    stdout.

 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c7888e10..fb9c83a78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,3 @@ test-mutter:
     - ninja -C build
     - glib-compile-schemas $PWD/build/data
     - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx 
-noreset' meson test -C build -t 2 --verbose --no-stdsplit --wrap catchsegv
-  artifacts:
-    paths:
-      - build/
-    when: on_failure


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]