commit a80c7c03be8d42ca40ae0868b86b50f8914ce5b9
parent 3e2bb52a2ba701c47c711d0f5d0318fe99e44956
Author: Devan Carpenter <devan@taler.net>
Date: Sun, 26 Nov 2023 19:41:02 -0500
buildbot: disable non-functioning generic MailNotifier
Diffstat:
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git 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 ##########################