Skip to content

Commit

Permalink
Fixed builder setting collapseRequest to True. The default should be …
Browse files Browse the repository at this point in the history
…used instead.
  • Loading branch information
gkistanova committed Feb 2, 2025
1 parent 2186fb2 commit ee89116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,6 @@
'tags' : ["openmp"],
'workernames' : ["omp-vega20-1"],
# We would like to never collapse, but it seems the load is too high on that system to keep up.
'collapseRequests' : True,
'builddir': "openmp-offload-libc-amdgpu-runtime",
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
clean=True,
Expand Down

0 comments on commit ee89116

Please sign in to comment.