Skip to content

Commit f35bf55

Browse files
authored
[AMDGPU][libc] Disallow collapsing of requests (#336)
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.
1 parent 7424d71 commit f35bf55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,7 @@
19591959
{'name' : "openmp-offload-libc-amdgpu-runtime",
19601960
'tags' : ["openmp"],
19611961
'workernames' : ["omp-vega20-1"],
1962+
'collapseRequests' : False,
19621963
'builddir': "openmp-offload-libc-amdgpu-runtime",
19631964
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
19641965
clean=True,

0 commit comments

Comments
 (0)