Revert "schedulers.py: Set indexing to every few hours to minimise console disruption for now"

This reverts commit 11a1e0a899.
This commit is contained in:
Richard Purdie 2024-07-15 16:05:09 +01:00
parent 6fd9d2019c
commit b3eea6d45e

View File

@ -542,8 +542,7 @@ schedulers.append(sched.Nightly(name='nightly-auh', branch='master', properties=
# Run the indexing targets every 15 mins
schedulers.append(sched.Nightly(name='sschduler-indexing', branch='master', properties=parent_default_props('indexing'),
builderNames=['indexing'], hour=[0, 9, 12, 15, 18, 21]))
#minute=[0,15,30,45]
builderNames=['indexing'], minute=[0,15,30,45]))
# If any of our sphinx docs branches change, trigger a build
schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",