mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
schedulers: Fix meta-webosose scheduler codebases
Make sure to use the correct yocto-autobuilder-helper branch when building meta-webosose. Kirkstone builds should use kirkstone branch instead of master. Prepare for supporting build of other meta-webosose branches. 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:
parent
93d7a4a9b5
commit
c001d4c8b7
|
@ -644,4 +644,5 @@ schedulers.append(sched.AnyBranchScheduler(name="bitbake-docs-changed",
|
|||
|
||||
# Run meta-webosose for kirkstone once a week on weekends (2am on Friday)
|
||||
schedulers.append(sched.Nightly(name='nightly-meta-webosose', branch='kirkstone', properties=parent_default_props('meta-webosose', 'kirkstone'),
|
||||
codebases = {'' : {'branch' : 'kirkstone'}},
|
||||
builderNames=['meta-webosose'], hour=2, minute=0, dayOfWeek=4))
|
||||
|
|
Loading…
Reference in New Issue
Block a user