schedulers: Add branch selector for Mathieu

As Alexandre is no longer using the autobuilder daily, remove his branch
selector and add mine.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mathieu Dubois-Briand 2024-10-23 12:02:42 +02:00 committed by Richard Purdie
parent 110cd04b3d
commit b6a8b1eac1

View File

@ -44,13 +44,13 @@ branchdefaults = {
'branch_meta-openembedded': 'master',
'branch_oecore': 'master-next',
},
'abelloni-next': {
'mathieu-next': {
'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
'branch_poky': 'abelloni/master-next',
'branch_poky': 'mathieu/master-next',
'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
'branch_oecore': 'abelloni/master-next',
'branch_oecore': 'mathieu/master-next',
'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
'branch_bitbake': 'abelloni/master-next',
'branch_bitbake': 'mathieu/master-next',
},
'mut': {
'branch': 'master',
@ -454,7 +454,7 @@ def parent_scheduler(target):
name="branchselector",
default="master",
label="Release Shortcut Selector",
choices=["master", "master-next", "abelloni-next", "mut", "styhead", "scarthgap", "nanbield", "mickledore", "langdale", "kirkstone", "honister", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
choices=["master", "master-next", "mathieu-next", "mut", "styhead", "scarthgap", "nanbield", "mickledore", "langdale", "kirkstone", "honister", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
selectors=branchdefaults),
util.BooleanParameter(
name="swat_monitor",