public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: gcc-rust@gcc.gnu.org, Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Disable mn_gccrust and mn_gccrust_bootstrap services
Date: Fri,  3 Feb 2023 23:42:41 +0100	[thread overview]
Message-ID: <20230203224241.74487-1-mark@klomp.org> (raw)

Don't sent email to "interested users" for the gccrust and
gccrust-bootstrap problem reports. Since these build might
happen after a merge from gcc to gccrs this might include
a lot of people. Only sent change notifications to the
gcc-rust mailinglist.
---
 builder/master.cfg | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index d49f51b..3ba9664 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -4172,13 +4172,13 @@ mn_gcc_change = reporters.MailNotifier(
 c['services'].append(mn_gcc_change)
 
 # Problem report for the whole gccrust tagged builder set
-generator_gccrust = reporters.BuildSetStatusGenerator(
-        mode=('problem',), tags=['gccrust'])
-mn_gccrust = reporters.MailNotifier(
-        fromaddr="builder@sourceware.org",
-        sendToInterestedUsers=True,
-        generators=[generator_gccrust])
-c['services'].append(mn_gccrust)
+#generator_gccrust = reporters.BuildSetStatusGenerator(
+#        mode=('problem',), tags=['gccrust'])
+#mn_gccrust = reporters.MailNotifier(
+#        fromaddr="builder@sourceware.org",
+#        sendToInterestedUsers=True,
+#        generators=[generator_gccrust])
+#c['services'].append(mn_gccrust)
 
 # Change report for the whole gccrust tagged builder set
 generator_gccrust_change = reporters.BuildSetStatusGenerator(
@@ -4191,13 +4191,15 @@ mn_gccrust_change = reporters.MailNotifier(
 c['services'].append(mn_gccrust_change)
 
 # Problem report for the gccrust bootstrap builder
-generator_gccrust_bootstrap = reporters.BuildSetStatusGenerator(
-        mode=('problem',), tags=['gccrust-bootstrap'])
-mn_gccrust_bootstrap = reporters.MailNotifier(
-        fromaddr="builder@sourceware.org",
-        sendToInterestedUsers=True,
-        generators=[generator_gccrust_bootstrap])
-c['services'].append(mn_gccrust_bootstrap)
+# Disabled since this can trigger on a gcc -> gccrs merge
+# which might include a lot of people
+#generator_gccrust_bootstrap = reporters.BuildSetStatusGenerator(
+#        mode=('problem',), tags=['gccrust-bootstrap'])
+#mn_gccrust_bootstrap = reporters.MailNotifier(
+#        fromaddr="builder@sourceware.org",
+#        sendToInterestedUsers=True,
+#        generators=[generator_gccrust_bootstrap])
+#c['services'].append(mn_gccrust_bootstrap)
 
 # Change report for the gccrust bootstrap builder
 generator_gccrust_bootstrap_change = reporters.BuildSetStatusGenerator(
-- 
2.31.1


                 reply	other threads:[~2023-02-03 22:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230203224241.74487-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=gcc-rust@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).