public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Change generator_libabigail_try to a BuildSetStatusGenerator
@ 2023-03-31 21:30 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-03-31 21:30 UTC (permalink / raw)
  To: buildbot; +Cc: Dodji Seketeli, Mark Wielaard

That way a try commit will generate just one email (once all builders
are finished).
---
 builder/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 41d9fd5..ed8e7f8 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -4376,8 +4376,8 @@ mn_libabigail_change = reporters.MailNotifier(
         generators=[generator_libabigail_change])
 c['services'].append(mn_libabigail_change)
 
-# Just sent a report to the interested try user (author).
-generator_libabigail_try = reporters.BuildStatusGenerator(
+# Just sent a report (set) to the interested try user (author).
+generator_libabigail_try = reporters.BuildSetStatusGenerator(
         tags=["libabigail-try"])
 mn_libabigail_try = reporters.MailNotifier(
         fromaddr="builder@sourceware.org",
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-31 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 21:30 [PATCH] Change generator_libabigail_try to a BuildSetStatusGenerator Mark Wielaard

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).