taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 041e3971ebdfc7d2c37c57c4a38e0b01d70b38d3
parent ae851233a78dec329d6c449781849dbc61c76f6c
Author: Devan Carpenter <devan@taler.net>
Date:   Sun, 26 Nov 2023 16:36:26 -0500

buildbot: disable notifications on old builders

Diffstat:
Mbuildbot/master.cfg | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -436,7 +436,7 @@ BUILDERS.append(util.BuilderConfig( name="doc-builder", workernames=["doc-worker"], factory=DOC_FACTORY )) -EMAIL_ALERTS.append("doc-builder") +#EMAIL_ALERTS.append("doc-builder") # Problems with this after upgrading to Debian Bookworm #sphinxErrorNotifier = reporters.MailNotifier( @@ -485,7 +485,7 @@ BUILDERS.append(util.BuilderConfig( name="sites-builder", workernames=["sites-worker"], factory=SITES_FACTORY )) -EMAIL_ALERTS.append("sites-builder") +#EMAIL_ALERTS.append("sites-builder") # The web page changed if 'www' changed OR if 'web' in the 'twister' repo changed: @@ -650,7 +650,7 @@ BUILDERS.append(util.BuilderConfig( factory=INTEGRATIONTEST_FACTORY )) -EMAIL_ALERTS.append("checker-builder") +#EMAIL_ALERTS.append("checker-builder") CODECHANGE_TRIGGERS.append("checker-builder") @@ -1013,7 +1013,7 @@ BUILDERS.append(util.BuilderConfig( # Add email notification -EMAIL_ALERTS.append("compilecheck-builder") +#EMAIL_ALERTS.append("compilecheck-builder") #############################################