public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Add collapseRequests for debian-ppc64 glibc, gdb, binutils and gccrust
@ 2024-01-15 23:38 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-01-15 23:38 UTC (permalink / raw)
  To: buildbot; +Cc: Thomas Fitzsimmons, Mark Wielaard

There is only one debian-ppc64[be] builder which can get behind on
the bigger builds. Add collapseRequests=True to the builders to allow
it to catch up.
---
 builder/master.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 84a3b22..a31483d 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2490,6 +2490,7 @@ gccrust_debian_ppc64_builder = util.BuilderConfig(
         name="gccrust-debian-ppc64",
         workernames=["debian-ppc64"],
         tags=["gccrust", "debian", "ppc64"],
+        collapseRequests=True,
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_ppc64_builder)
 
@@ -2759,6 +2760,7 @@ binutils_debian_ppc64_builder = util.BuilderConfig(
 	name="binutils-debian-ppc64",
         workernames=["debian-ppc64"],
         tags=["binutils", "debian", "ppc64"],
+        collapseRequests=True,
         factory=binutils_factory)
 c['builders'].append(binutils_debian_ppc64_builder)
 
@@ -3234,6 +3236,7 @@ gdb_debian_ppc64_builder = util.BuilderConfig(
 	name="gdb-debian-ppc64",
         workernames=["debian-ppc64"],
         tags=["gdb", "debian", "ppc64"],
+        collapseRequests=True,
         factory=gdb_factory)
 c['builders'].append(gdb_debian_ppc64_builder)
 
@@ -3788,6 +3791,7 @@ glibc_debian_ppc64_builder = util.BuilderConfig(
         name="glibc-debian-ppc64",
         workernames=["debian-ppc64"],
         tags=["glibc", "debian", "ppc64"],
+        collapseRequests=True,
         factory=glibc_build_factory)
 c['builders'].append(glibc_debian_ppc64_builder)
 
-- 
2.39.3


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 23:38 [COMMITTED] Add collapseRequests for debian-ppc64 glibc, gdb, binutils and gccrust 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).