From 971c1d0b66cd310643d115d96c4fca3e99037111 Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Thu, 12 Dec 2024 14:15:10 -0600 Subject: [PATCH] [AMDGPU][libc] Re-enable batching to keep up The current config is unable to keep up with the load on that particular bot, meaning that the build queue filled-up and was at several hours. This reverts the introduced "neverCollapse" and does allow collapsing of build requests. --- buildbot/osuosl/master/config/builders.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 37ffacee7..de6dcb097 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -1965,7 +1965,8 @@ {'name' : "openmp-offload-libc-amdgpu-runtime", 'tags' : ["openmp"], 'workernames' : ["omp-vega20-1"], - 'collapseRequests' : False, + # 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,