public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Add collapseRequests=True to glibc-debian-i386 builder
@ 2024-01-16 19:23 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-01-16 19:23 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

All other glibc builders do the same.
---
 builder/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index fcf9ec8..4691e9c 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3788,6 +3788,7 @@ c['builders'].append(glibc_osuosl_debian_arm64_builder)
 
 glibc_debian_i386_builder = util.BuilderConfig(
         name="glibc-debian-i386",
+        collapseRequests=True,
         workernames=["debian-i386"],
         tags=["glibc", "debian", "i386"],
         factory=glibc_build_factory)
-- 
2.39.3


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

only message in thread, other threads:[~2024-01-16 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-16 19:23 [COMMITTED] Add collapseRequests=True to glibc-debian-i386 builder 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).