mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers.py: Set indexing to every few hours to minimise console disruption for now
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a3cbeaff08
commit
11a1e0a899
|
@ -542,7 +542,8 @@ schedulers.append(sched.Nightly(name='nightly-auh', branch='master', properties=
|
||||||
|
|
||||||
# Run the indexing targets every 15 mins
|
# Run the indexing targets every 15 mins
|
||||||
schedulers.append(sched.Nightly(name='sschduler-indexing', branch='master', properties=parent_default_props('indexing'),
|
schedulers.append(sched.Nightly(name='sschduler-indexing', branch='master', properties=parent_default_props('indexing'),
|
||||||
builderNames=['indexing'], minute=[0,15,30,45]))
|
builderNames=['indexing'], hour=[0, 9, 12, 15, 18, 21]))
|
||||||
|
#minute=[0,15,30,45]
|
||||||
|
|
||||||
# If any of our sphinx docs branches change, trigger a build
|
# If any of our sphinx docs branches change, trigger a build
|
||||||
schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",
|
schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user