[tracker/sam/tracker-2.3-developer-experience: 39/45] ci: Set TRACKER_VERBOSITY=1 by default.
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/tracker-2.3-developer-experience: 39/45] ci: Set TRACKER_VERBOSITY=1 by default.
- Date: Wed, 2 Oct 2019 11:56:53 +0000 (UTC)
commit 0359dff8fad1c9583ec86000462deef746b48ce7
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 bf3586713..21e83e5e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,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]