gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 02/02: buildbot: disable notifications on old builder


From: gnunet
Subject: [taler-deployment] 02/02: buildbot: disable notifications on old builders
Date: Sun, 26 Nov 2023 22:37:25 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

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

    buildbot: disable notifications on old builders
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 4a7a262..fbbc3e8 100644
--- 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")
 
 
 #############################################

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]