[PATCH] D112776: [docs] Update new builder instructions to default to building each change
Galina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 20:35:02 PDT 2021
gkistanova accepted this revision.
gkistanova added a comment.
This revision is now accepted and ready to land.
Thanks, Philip!
================
Comment at: llvm/docs/HowToAddABuilder.rst:130
+ exhausted to improve build times such that the builder can keep up with
+ commit flow.
+
----------------
reames wrote:
> mehdi_amini wrote:
> > This is a question for Galina I guess: is there a way to configure something like `maxCollapse = 3` in buildbot instead of just letting some bots email 20 people at the same time?
> I don't believe there is currently, but this was one of the ideas I was thinking about implementing.
Out of the box there is no way to limit a number of collapsed build requests. It could be implemented, though.
I'm looking in to this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112776/new/
https://reviews.llvm.org/D112776
More information about the llvm-commits
mailing list