Skip to content

Commit

Permalink
[AMDGPU][libc] Disallow collapsing of requests (#336)
Browse files Browse the repository at this point in the history
We have seen on this bot in particular issues with picking up a breaking
change and some NFC change. This leads to the bot not commenting on the
PR.
  • Loading branch information
jplehr authored Dec 9, 2024
1 parent 7424d71 commit f35bf55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,7 @@
{'name' : "openmp-offload-libc-amdgpu-runtime",
'tags' : ["openmp"],
'workernames' : ["omp-vega20-1"],
'collapseRequests' : False,
'builddir': "openmp-offload-libc-amdgpu-runtime",
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
clean=True,
Expand Down

0 comments on commit f35bf55

Please sign in to comment.