Sounds good. Marc (dkm) is going to do a big push later tonight so this will help handle that.
Thanks On Mon, 9 Jun 2025 at 11:30, Mark Wielaard <m...@klomp.org> wrote: > > 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 >