schedulers: Add missing walnascar release selector

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-04-24 21:02:28 +01:00
parent 21b5aa780e
commit 93d7a4a9b5

View File

@ -485,7 +485,7 @@ def parent_scheduler(target):
name="branchselector", name="branchselector",
default="master", default="master",
label="Release Shortcut Selector", label="Release Shortcut Selector",
choices=["master", "master-next", "mathieu-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", "walnascar", "styhead", "scarthgap", "nanbield", "mickledore", "langdale", "kirkstone", "honister", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
selectors=branchdefaults), selectors=branchdefaults),
util.BooleanParameter( util.BooleanParameter(
name="swat_monitor", name="swat_monitor",