From 06250e764bd961d781fe16e85e33edc2efeeb19a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 3 May 2025 09:36:16 +0000 Subject: [PATCH] builds: Disable deprecating builds for now I am not sure we actually want or need this any more. This is quite a complicated operation and I think this all might happen automatically anyways. Signed-off-by: Michael Tremer --- src/buildservice/builds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildservice/builds.py b/src/buildservice/builds.py index 93bfccd7..f4f82c7e 100644 --- a/src/buildservice/builds.py +++ b/src/buildservice/builds.py @@ -301,7 +301,7 @@ class Builds(base.Object): if not build.is_test(): # Deprecate previous builds - await build._deprecate_others() + #await build._deprecate_others() # Add watchers await build._add_watchers() -- 2.47.3