gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: disable non-function


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: disable non-functioning generic MailNotifier
Date: Mon, 27 Nov 2023 01:42:51 +0100

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

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a80c7c0  buildbot: disable non-functioning generic MailNotifier
a80c7c0 is described below

commit a80c7c03be8d42ca40ae0868b86b50f8914ce5b9
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Nov 26 19:41:02 2023 -0500

    buildbot: disable non-functioning generic MailNotifier
---
 buildbot/master.cfg | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 5290c7e..8522e10 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1253,23 +1253,23 @@ SERVICES.append(reporters.IRC(
     }
 ))
 
-SERVICES.append(reporters.MailNotifier(
-    fromaddr="testbuild@taler.net",
-    # notify from pass to fail, and viceversa.
-    generators=[BuildStatusGenerator(
-        mode=('change','problem','failing','exception',),
-        builders=EMAIL_ALERTS,
-        message_formatter=reporters.MessageFormatter(
-            template_type='plain',
-            wantSteps=True,
-            wantLogs=True
-        ),
-        add_logs=True,
-    )],
-    sendToInterestedUsers=False,
-    useTls=True,
-    extraRecipients=BUILDER_EMAIL_ADDRESSES
-))
+#SERVICES.append(reporters.MailNotifier(
+#    fromaddr="testbuild@taler.net",
+#    # notify from pass to fail, and viceversa.
+#    generators=[BuildStatusGenerator(
+#        mode=('change','problem','failing','exception',),
+#        builders=EMAIL_ALERTS,
+#        message_formatter=reporters.MessageFormatter(
+#            template_type='plain',
+#            wantSteps=True,
+#            wantLogs=True
+#        ),
+#        add_logs=True,
+#    )],
+#    sendToInterestedUsers=False,
+#    useTls=True,
+#    extraRecipients=BUILDER_EMAIL_ADDRESSES
+#))
 
 
 ############# GENERAL PURPOSE SCHEDULERS ##########################

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