This will make it slightly harder to see exactly which commit
introduced a build failure or testsuite regression. But the
gccrust-fedora-x86_64 container builder still does builds for each
individual commit.
---
 builder/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 8c04ac636667..b79d0eb247b9 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2915,6 +2915,7 @@ gccrust_debian_i386_builder = util.BuilderConfig(
         name="gccrust-debian-i386",
         workernames=debian_i386_workers,
         tags=["gccrust", "debian", "i386"],
+        collapseRequests=True,
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_i386_builder)
 
-- 
2.49.0

Reply via email to