mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
list-yp-compatible-layers: Update to current release branches
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5c0f4e14b1
commit
6a7b1e8dc3
|
@ -39,7 +39,7 @@ def main():
|
||||||
|
|
||||||
parser.add_argument("-b", "--branches",
|
parser.add_argument("-b", "--branches",
|
||||||
help = "Branches to find a matching build for in Auto Builder builds query",
|
help = "Branches to find a matching build for in Auto Builder builds query",
|
||||||
action="store", dest="query_branches", default="dunfell,kirkstone,mickledore,nanbield,master")
|
action="store", dest="query_branches", default="kirkstone,scarthgap,styhead,master")
|
||||||
parser.add_argument("-j", "--jobs",
|
parser.add_argument("-j", "--jobs",
|
||||||
help = "Jobs ('Builders') to query on the Auto Builder that perform the actual compatibility checks",
|
help = "Jobs ('Builders') to query on the Auto Builder that perform the actual compatibility checks",
|
||||||
action="store", dest="query_jobs", default="check-layer,check-layer-nightly")
|
action="store", dest="query_jobs", default="check-layer,check-layer-nightly")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user