diff mbox series

[yocto-autobuilder2] schedulers: Add blacksail-nut build to the branch selector

Message ID 20260925224909.3735018-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2] schedulers: Add blacksail-nut build to the branch selector | expand

Commit Message

Yoann Congal Sept. 25, 2026, 10:49 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 schedulers.py | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 64f7d5d..4b7e5cd 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -81,6 +81,16 @@  branchdefaults = {
         'branch_oecore': 'blacksail',
         'branch_yocto-docs': 'blacksail',
     },
+    'blacksail-nut': {
+        'reason': 'Stable maintenance - blacksail-nut',
+        'branch': 'blacksail',
+        'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
+        'branch_bitbake': 'stable/2.20-nut',
+        'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
+        'branch_oecore': 'stable/blacksail-nut',
+        'repo_meta-yocto': 'ssh://git@push.yoctoproject.org/meta-yocto-contrib',
+        'branch_meta-yocto': 'stable/blacksail-nut',
+    },
     'wrynose': {
         'branch': 'wrynose',
         'branch_bitbake': '2.18',