From 66ef2fb3fc5ade14a3a649fdcbf0ac0621cb0a9e Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Mon, 9 Dec 2024 06:13:27 -0600 Subject: [PATCH] [AMDGPU][libc] Disallow collapsing of requests 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. --- buildbot/osuosl/master/config/builders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 2f2c5d00f..22784e261 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -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,