From 4e71757fbd4eda999ec88d7d1c28c6ffa637c20e Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 2 Sep 2024 09:17:02 +0100 Subject: [PATCH] Make all clang-aarch64-full-2stage builds clean builds This is step 1 to addressing the rapidly expanding build queues we're seeing. 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,