gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: researching the BB 'Data API'


From: gnunet
Subject: [taler-deployment] branch master updated: researching the BB 'Data API' to get logs
Date: Fri, 02 Jul 2021 09:22:07 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c9b62fa  researching the BB 'Data API' to get logs
c9b62fa is described below

commit c9b62fa32198e08f9ef4d6e67ce1d7756f3d6b4a
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 2 09:22:04 2021 +0200

    researching the BB 'Data API' to get logs
---
 buildbot/master.cfg | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 2fe5a37..bcc1dee 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -65,9 +65,11 @@ tipReserveEmails = reporters.MailNotifier(
     messageFormatter=reporters.MessageFormatter(
         wantSteps=True,
         wantLogs=True,
-        template="""{% for step in build['steps'] %}
-        {{ step['logs'] }}
-        {% endfor %}""", # usually one step
+        template="""
+            {% for step in build['steps'] %}
+                {{ logs = yield master.data.get("logs", step['logid'], 
"contents") }}
+                {{ logs }}
+            {% endfor %}""", # usually one step
         subject="tips availability on demo")
 )
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]