gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (9d4838f -> 041e397)


From: gnunet
Subject: [taler-deployment] branch master updated (9d4838f -> 041e397)
Date: Sun, 26 Nov 2023 22:37:23 +0100

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

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

    from 9d4838f  monitor API container
     new ae85123  buildbot: use different email aliases per builder
     new 041e397  buildbot: disable notifications on old builders

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master.cfg | 43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d4d5335..fbbc3e8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -127,6 +127,8 @@ WALLETCHANGE_TRIGGERS = []
 # via e-mail
 EMAIL_ALERTS = []
 
+# Array of email address for which build status reports shoudl be sent
+BUILDER_EMAIL_ADDRESSES = []
 
 ############ Convenience functions #################
 
@@ -434,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(
@@ -483,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:
@@ -648,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")
 
 
@@ -1011,7 +1013,7 @@ BUILDERS.append(util.BuilderConfig(
 
 # Add email notification
 
-EMAIL_ALERTS.append("compilecheck-builder")
+#EMAIL_ALERTS.append("compilecheck-builder")
 
 
 #############################################
@@ -1209,6 +1211,7 @@ for repo in container_repos:
     ))
 
     EMAIL_ALERTS.append(f"{REPO_NAME}-builder")
+    BUILDER_EMAIL_ADDRESSES.append(f"ci-{REPO_NAME}@taler.net")
 
 
 
@@ -1250,22 +1253,22 @@ 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,
-#    extraRecipients=["buildfailures@taler.net"]
-#))
+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,
+    extraRecipients=BUILDER_EMAIL_ADDRESSES
+))
 
 
 ############# GENERAL PURPOSE SCHEDULERS ##########################

-- 
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]