mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers.py: run AUH twice a month
Once a week has proven a bit too hectic: it's better to have more time to test, submit, review and integrate the updates before AUH runs again. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f924c793e0
commit
7190192e2b
|
@ -417,9 +417,9 @@ schedulers.append(sched.Nightly(name='nightly-buildperf-ubuntu1604', branch='mas
|
|||
schedulers.append(sched.Nightly(name='nightly-buildperf-centos7', branch='master', properties=parent_default_props('buildperf-centos7'),
|
||||
builderNames=['buildperf-centos7'], hour=[3,9,15,21], minute=0))
|
||||
|
||||
# Run the AUH every Sunday
|
||||
# Run the AUH twice a month on 1st and 15th
|
||||
schedulers.append(sched.Nightly(name='nightly-auh', branch='master', properties=parent_default_props('auh'),
|
||||
builderNames=['auh'], dayOfWeek=6, hour=5, minute=0))
|
||||
builderNames=['auh'], dayOfMonth=[1, 15], hour=5, minute=0))
|
||||
|
||||
# If any of our sphinx docs branches change, trigger a build
|
||||
schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",
|
||||
|
|
Loading…
Reference in New Issue
Block a user