summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-12 18:16:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-12 18:16:12 +0200
commit530daacd03afce23826d8a5ea0aa15f5dced6db4 (patch)
tree588dbd077b77beaae44c04fe15bef541d7bf7484
parent14720647492c67a89f0fda662144de9661be3fba (diff)
downloaddeployment-530daacd03afce23826d8a5ea0aa15f5dced6db4.tar.gz
deployment-530daacd03afce23826d8a5ea0aa15f5dced6db4.tar.bz2
deployment-530daacd03afce23826d8a5ea0aa15f5dced6db4.zip
+notifications from BB.
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c096cf4..f01c7c2 100644
--- 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",