[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: disable email notifi
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: disable email notifications |
Date: |
Thu, 07 Sep 2023 13:22:40 +0200 |
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 8c72cbd buildbot: disable email notifications
8c72cbd is described below
commit 8c72cbdaabd59a5ffcb2ffbb47283d4809f907e2
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Thu Sep 7 07:21:11 2023 -0400
buildbot: disable email notifications
during refactor email is spamming people. we also need to change the
email settings to be more particular about which users it emails for a
given notification. disable for now.
---
buildbot/master.cfg | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 94e02a4..835ad33 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1237,22 +1237,22 @@ 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,
- extraRecipients=["buildfailures@taler.net"]
-))
+#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,
+# extraRecipients=["buildfailures@taler.net"]
+#))
############# GENERAL PURPOSE SCHEDULERS ##########################
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: disable email notifications,
gnunet <=