From a297da6df1f0454e00b52c489758ea201adbacc1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 15 Nov 2023 15:52:06 +0000 Subject: [PATCH] config: Add patchtest-selftest builder Signed-off-by: Richard Purdie --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 721f637..40a1254 100644 --- a/config.py +++ b/config.py @@ -134,6 +134,7 @@ builders_others = [ "buildperf-debian11", "buildperf-alma8", "reproducible-meta-oe", + "patchtest-selftest", "toaster", "patchtest", "yocto-mirror",