[all-commits] [llvm/llvm-project] ab4375: [docs] Update new builder instructions to default ...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Nov 4 09:37:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab4375e99961855aa7bf9144cbc6f5b3acd3f497
https://github.com/llvm/llvm-project/commit/ab4375e99961855aa7bf9144cbc6f5b3acd3f497
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M llvm/docs/HowToAddABuilder.rst
Log Message:
-----------
[docs] Update new builder instructions to default to building each change
We generally prefer build bots which build each change as they come in as long as they can keep up. This generates much higher quality feedback to a developer. However, the code structure is such that we currently default new builders to batching.
This change updates the getting started instruction for a builder to explicitly advocate for not collapsing requests.
Differential Revision: https://reviews.llvm.org/D112776
More information about the All-commits
mailing list