Skip to content

Commit f6d6e09

Browse files
[CI] Disable collapsing requests on premerge builders (#565)
We have enough capacity on the premerge builders to not collapse requests (test multiple commits at the same time). This ensures blame lists are always limited to a single user.
1 parent d0c7019 commit f6d6e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3555,6 +3555,7 @@
35553555
"premerge-us-west-linux-b2",
35563556
"premerge-us-west-linux-b3",
35573557
],
3558+
"collapseRequests": False,
35583559
"builddir": "premerge-monolithic-linux",
35593560
"factory": AnnotatedBuilder.getAnnotatedBuildFactory(
35603561
script="premerge/dispatch_job.py",
@@ -3579,6 +3580,7 @@
35793580
},
35803581
{
35813582
"name": "premerge-monolithic-windows",
3583+
"collapseRequests": False,
35823584
"workernames": [
35833585
"premerge-us-central-windows-b1",
35843586
"premerge-us-central-windows-b2",

0 commit comments

Comments
 (0)