Skip to content

Commit c63ac08

Browse files
committed
Do not specify 'collapseRequests': True since this collapses all build requests unconditionally.
1 parent abcc350 commit c63ac08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,7 +3041,6 @@
30413041
# flang FortranRuntime CUDA Offload builders.
30423042
{'name' : "flang-runtime-cuda-gcc",
30433043
'tags' : ["flang", "runtime"],
3044-
'collapseRequests': True,
30453044
'workernames' : ["as-builder-7"],
30463045
'builddir': "flang-runtime-cuda-gcc",
30473046
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
@@ -3076,7 +3075,6 @@
30763075

30773076
{'name' : "flang-runtime-cuda-clang",
30783077
'tags' : ["flang", "runtime"],
3079-
'collapseRequests': True,
30803078
'workernames' : ["as-builder-7"],
30813079
'builddir': "flang-runtime-cuda-clang",
30823080
'factory' : StagedBuilder.getCmakeBuildFactory(
@@ -3278,7 +3276,6 @@
32783276
# The remote host is ARM Cortex A76/A78 board with Ubuntu Linux.
32793277
{'name': "lldb-remote-linux-ubuntu",
32803278
'tags' : ["llvm", "clang", "lldb", "cross", "aarch64"],
3281-
'collapseRequests': True,
32823279
'workernames': ["as-builder-9"],
32833280
'builddir': "lldb-remote-linux-ubuntu",
32843281
'factory': UnifiedTreeBuilder.getCmakeExBuildFactory(

0 commit comments

Comments
 (0)