From ccbac472828b06fae44f6057cd900962c6ce7837 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Wed, 4 Sep 2024 10:49:29 +0100 Subject: [PATCH] Make all clang-aarch64-full-2stage builds clean builds (#260) This is step 1 to addressing the rapidly expanding build queues we're seeing (#250). The bot is currently on silent, and the plan is: * Mark all builds as clean (we use ccache so it shouldn't be a big impact). * Clear the existing requests. * See what happens to the queue. It's possible we will need a follow up to make collapsing work, but this is the first step either way. --- buildbot/osuosl/master/config/builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 5d1dce0db..786d3b6cd 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -471,7 +471,7 @@ 'workernames' : ["linaro-clang-aarch64-full-2stage"], 'builddir': "clang-aarch64-full-2stage", 'factory' : ClangBuilder.getClangCMakeBuildFactory( - clean=False, + clean=True, checkout_flang=True, checkout_lld=True, useTwoStage=True,