From 59d0bc59cbc51e77fa0360b2287c5c0dff6debad Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 27 Oct 2023 09:22:04 +0200 Subject: [PATCH] config.py: add yocto-mirror to the list of separately triggered builders Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 50945b4..0da4c0a 100644 --- a/config.py +++ b/config.py @@ -132,6 +132,7 @@ builders_others = [ "buildperf-alma8", "reproducible-meta-oe", "patchtest", + "yocto-mirror", "meta-oe-mirror", "auh" ]