diff mbox series

[yocto-autobuilder2] schedulers.py: add a branch selector for self

Message ID 20251223-release-selector-v1-1-916323760b71@bootlin.com
State New
Headers show
Series [yocto-autobuilder2] schedulers.py: add a branch selector for self | expand

Commit Message

Antonin Godard Dec. 23, 2025, 2:42 p.m. UTC
In preparation of the SWAT work I'll be doing in January 2026, add a
branch selector for myself as I'll be running builds frequently.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 schedulers.py | 10 ++++++++++
 1 file changed, 10 insertions(+)


---
base-commit: 315e7c2300adc03a3519f355c641404fad4f11c0
change-id: 20251223-release-selector-63b05c31fa94
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index fe1dd9c..df82c93 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -47,6 +47,16 @@  branchdefaults = {
         'branch_bitbake': 'mathieu/master-next',
         'branch_meta-yocto': 'contrib/mathieu/master-next',
     },
+    'antonin-next': {
+        'reason': 'test agodard/master-next',
+        'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
+        'branch_poky': 'agodard/master-next',
+        'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
+        'branch_oecore': 'agodard/master-next',
+        'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
+        'branch_bitbake': 'agodard/master-next',
+        'branch_meta-yocto': 'contrib/agodard/master-next',
+    },
     'mut': {
         'branch': 'master',
         'branch_poky': 'ross/mut',