mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
schedulers: Switch to a-full once a day
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1cc6527125
commit
7a517815e0
|
@ -516,12 +516,9 @@ schedulers.append(sched.ForceScheduler(
|
|||
buttonName="Force Build"))
|
||||
|
||||
|
||||
# Run a-quick at 1am each day Mon-Sat so we keep master tested and up to date in sstate and buildhistory
|
||||
schedulers.append(sched.Nightly(name='nightly-quick', branch='master', properties=parent_default_props('a-quick'),
|
||||
builderNames=['a-quick'], hour=1, minute=0, dayOfWeek=[0,1,2,3,4,5]))
|
||||
# Run a-full at 1am Sun each Week
|
||||
# Run a-full at 1am each day so we keep master tested and up to date in sstate and buildhistory
|
||||
schedulers.append(sched.Nightly(name='nightly-full', branch='master', properties=parent_default_props('a-full'),
|
||||
builderNames=['a-full'], hour=1, minute=0, dayOfWeek=6))
|
||||
builderNames=['a-full'], hour=1, minute=0))
|
||||
|
||||
# Run check-layer-nightly each day for master
|
||||
schedulers.append(sched.Nightly(name='nightly-check-layer', branch='master', properties=parent_default_props('check-layer-nightly'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user