mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add nightly 1am master build/test
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4d2202bba7
commit
ee71955e5c
|
@ -245,3 +245,7 @@ def parent_scheduler(target):
|
|||
schedulers.append(parent_scheduler("a-quick"))
|
||||
schedulers.append(parent_scheduler("a-full"))
|
||||
|
||||
# Run a-quick at 1am each day so we keep master tested and up to date in sstate and buildhistory
|
||||
schedulers.append(schedulers.Nightly(name='nightly-quick', branch='master',
|
||||
builderNames=['a-quick'], hour=1, minute=0))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user