commit 530daacd03afce23826d8a5ea0aa15f5dced6db4
parent 14720647492c67a89f0fda662144de9661be3fba
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 12 Apr 2019 18:16:12 +0200
+notifications from BB.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -442,7 +442,8 @@ IRC = reporters.IRC(
EMAIL = reporters.MailNotifier(
fromaddr="testbuild@taler.net",
sendToInterestedUsers=False,
- mode=("problem"),
+ # notify from pass to fail, and viceversa.
+ mode=("change"),
builders=(
"switcher-builder",
"doc-builder",