diff mbox series

[yocto-autobuilder2] config.py: add yocto-mirror to the list of separately triggered builders

Message ID 20231027072204.111338-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder2] config.py: add yocto-mirror to the list of separately triggered builders | expand

Commit Message

Alexander Kanavin Oct. 27, 2023, 7:22 a.m. UTC
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 config.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"
 ]