[gnome-build-meta/abderrahim/wallclock] .gitlab-ci/buildstream*.conf: add wall clock to the output




commit 0b950e999cfa93d8d5243cd4864a39486b8cdc4f
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Feb 10 16:30:43 2022 +0100

    .gitlab-ci/buildstream*.conf: add wall clock to the output

 .gitlab-ci/buildstream-nopush.conf | 1 +
 .gitlab-ci/buildstream.conf        | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/buildstream-nopush.conf b/.gitlab-ci/buildstream-nopush.conf
index 3d6cec184..f053f8e2c 100644
--- a/.gitlab-ci/buildstream-nopush.conf
+++ b/.gitlab-ci/buildstream-nopush.conf
@@ -12,6 +12,7 @@ sourcedir: /cache/buildstream/sources
 
 # Keep building and find all the errors
 scheduler:
+  message-format: '[%{wallclock}][%{elapsed}][%{key}][%{element}] %{action} %{message}'
   on-error: continue
 
 # Get a lot of output in case of errors
diff --git a/.gitlab-ci/buildstream.conf b/.gitlab-ci/buildstream.conf
index df19bc90f..dafd794b2 100644
--- a/.gitlab-ci/buildstream.conf
+++ b/.gitlab-ci/buildstream.conf
@@ -16,6 +16,7 @@ scheduler:
 
 # Get a lot of output in case of errors
 logging:
+  message-format: '[%{wallclock}][%{elapsed}][%{key}][%{element}] %{action} %{message}'
   error-lines: 80
 
 # configuration for pushing, client key and cert will be written by CI


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