diff mbox series

[yocto-autobuilder-helper] config.json: Drop obsolete worker config

Message ID 20260505192309.3253010-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Drop obsolete worker config | expand

Commit Message

Richard Purdie May 5, 2026, 7:23 p.m. UTC
Drop buildtools information for obsolete autobuilder workers.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 6c1a932..f0e220e 100644
--- a/config.json
+++ b/config.json
@@ -1999,18 +1999,13 @@ 
         }
     },
     "buildtools" : {
-        "ubuntu2004-vk-arm*" : "${BUILDTOOLS_ARM_URL}",
-        "ubuntu2004*"  : "${BUILDTOOLS_URL}",
         "alma8*"       : "${BUILDTOOLS_URL}",
         "rocky8*"      : "${BUILDTOOLS_URL}",
         "stream8*"     : "${BUILDTOOLS_URL}",
         "alma9*"       : "${BUILDTOOLS_URL}",
         "rocky9*"      : "${BUILDTOOLS_URL}",
         "stream9*"     : "${BUILDTOOLS_URL}",
-        "opensuse154*" : "${BUILDTOOLS_URL}",
-        "opensuse155*" : "${BUILDTOOLS_URL}",
         "opensuse156*" : "${BUILDTOOLS_URL}",
-        "perf-alma8*"  : "${BUILDTOOLS_URL}",
-        "perf-ubuntu1804-ty-*" : "${BUILDTOOLS_URL}"
+        "perf-alma8*"  : "${BUILDTOOLS_URL}"
     }
 }