[tracker/sam/ci-verbose: 5/5] ci: Set TRACKER_VERBOSITY=1 by default.



commit 6854a9aa30112ae3a77c43411452a96e211e3db9
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Sep 22 19:28:31 2019 +0200

    ci: Set TRACKER_VERBOSITY=1 by default.
    
    This means that error logs from failed tests will show more detailed
    logs.
    
    We'll also see more detailed logs in the meson-logs/testlog.txt
    artifact. The expected size of this file is increased from 80KB to
    250KB, but anyway it's automatically deleted after a certain time
    period.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4754cee55..b83085fa5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
   # These can be used to see verbose log output from the functional-tests.
   # See HACKING.md for more information.
-  TRACKER_VERBOSITY: "0"
+  TRACKER_VERBOSITY: "1"
   TRACKER_TESTS_VERBOSE: "no"
 
   # This can be used when debugging test failures that only occur within GitLab CI.


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