* [COMMITTED] Also add collapseRequests=True for gccrust_fedora_x86_64_builder
@ 2025-06-12 13:16 Mark Wielaard
0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2025-06-12 13:16 UTC (permalink / raw)
To: buildbot; +Cc: Mark Wielaard
The x86_64 builder was the last one to check every single commit for
gccrs. But even with 15 builds per hour that is taking too long. The
buildbot is only very slowly ingesting the new commits.
---
builder/master.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/builder/master.cfg b/builder/master.cfg
index b79d0eb247b9..6d35dce0f596 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2908,6 +2908,7 @@ gccrust_fedora_x86_64_builder = util.BuilderConfig(
readContainerFile('fedora-latest')},
workernames=vm_workers,
tags=["gccrust", "fedora", "x86_64"],
+ collapseRequests=True,
factory=gccrust_factory)
c['builders'].append(gccrust_fedora_x86_64_builder)
--
2.49.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-12 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-12 13:16 [COMMITTED] Also add collapseRequests=True for gccrust_fedora_x86_64_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).