[tracker-miners/sam/ci-verbose] ci: Set default verbosity to 1 and allow changing it
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/ci-verbose] ci: Set default verbosity to 1 and allow changing it
- Date: Sun, 22 Sep 2019 17:41:27 +0000 (UTC)
commit 9e2c85f9562d67eac38545c4fcdfbe41e13bca8b
Author: Sam Thursfield <sam afuera me uk>
Date: Sun Sep 22 19:39:31 2019 +0200
ci: Set default verbosity to 1 and allow changing it
The logs will contain more messages by default, which should help
with debugging test failures in CI.
You can also control these variables if you start a pipeline from
https://gitlab.gnome.org/GNOME/tracker/pipelines/new, for example you
could rerun the test suite with TRACKER_VERBOSITY=3 to see many
more messages. (We don't do this by default as each log file would
be enourmous).
.gitlab-ci.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b46da694b..3b68933a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,14 @@
# The container images used in this pipeline are built from this
-# GitLab project: https://gitlab.gnome.org/sthursfield/tracker-oci-images/
+# GitLab project: https://gitlab.gnome.org/GNOME/tracker-oci-images
+
+variables:
+ # These can be used to see verbose log output from the functional-tests.
+ # See HACKING.md for more information.
+ TRACKER_VERBOSITY: "1"
+ TRACKER_TESTS_VERBOSE: "no"
+
+ # This can be used when debugging test failures that only occur within GitLab CI.
+ MESON_TEST_EXTRA_ARGS: ""
stages:
- test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]