Skip to content

Commit d0c7019

Browse files
[ProfCheck] Disable collapsing requests (#566)
The build is fast enough that we have enough capacity for this. Disabling request collapsing ensures that the blame list is limited to a single commit.
1 parent d81a0f3 commit d0c7019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,6 +3609,7 @@
36093609
{
36103610
"name": "profcheck",
36113611
"workernames": ["profcheck-b1", "profcheck-b2"],
3612+
"collapseRequests": False,
36123613
"builddir": "profcheck-build",
36133614
"factory": AnnotatedBuilder.getAnnotatedBuildFactory(
36143615
script="profcheck.sh",

0 commit comments

Comments
 (0)