Skip to content

Commit ee89116

Browse files
committed
Fixed builder setting collapseRequest to True. The default should be used instead.
1 parent 2186fb2 commit ee89116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,6 @@
19891989
'tags' : ["openmp"],
19901990
'workernames' : ["omp-vega20-1"],
19911991
# We would like to never collapse, but it seems the load is too high on that system to keep up.
1992-
'collapseRequests' : True,
19931992
'builddir': "openmp-offload-libc-amdgpu-runtime",
19941993
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
19951994
clean=True,

0 commit comments

Comments
 (0)