[yocto-autobuilder-helper] [PATCH] config.json: Drop obsolete worker config
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Drop buildtools information for obsolete autobuilder workers. Signed-off-by: Richard Purdie <[email protected]> --- config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}" } }