gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Last fix, to revive Buildbot


From: gnunet
Subject: [taler-deployment] branch master updated: Last fix, to revive Buildbot
Date: Tue, 24 Jan 2023 13:23:53 +0100

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

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7102e9f  Last fix, to revive Buildbot
7102e9f is described below

commit 7102e9fa700b54529f3feb17cebb6276746d62f2
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Jan 24 13:23:27 2023 +0100

    Last fix, to revive Buildbot
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 56a4699..f3206be 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -72,7 +72,7 @@ tipReserveEmails = reporters.MailNotifier(
     fromaddr="buildbot@taler.net", # to be sent to a dedicate alias
     sendToInterestedUsers=False,
     mode=("all"),
-    builders=["check-tips-builder"],
+    builders=["check-tips-builder"], # This builder has been removed - Javisep.
     extraRecipients=["tips@taler.net"],
     dumpMailsToLog=True, # debug, to remove
     messageFormatter=MessageFormatterWithStdout(
@@ -421,7 +421,6 @@ BUILDERS.append(util.BuilderConfig(
 
 EMAIL_ALERTS.append("lcov-builder")
 NIGHTLY_TRIGGERS.append("lcov-builder")
-NIGHTLY_TRIGGERS.append("check-tips-builder")
 NIGHTLY_TRIGGERS.append("taler-demo-healthcheck-builder")
 
 ################ 5: UNIT TEST JOB ###################################
@@ -631,7 +630,8 @@ SERVICES.append(reporters.MailNotifier(
     useTls=True,
     extraRecipients=['linkcheck@taler.net']
 ))
-SERVICES.append(tipReserveEmails)
+
+#SERVICES.append(tipReserveEmails) # Disabled by Javisep, to avoid Buildbot 
error.Jan 24,2023. 
 
 NIGHTLY_TRIGGERS.append("linkchecker-builder")
 

-- 
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]