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 <[email protected]>
---
 schedulers.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/schedulers.py b/schedulers.py
index a5d740e..32e3efe 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -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",
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55971): https://lists.yoctoproject.org/g/yocto/message/55971
Mute This Topic: https://lists.yoctoproject.org/mt/88686208/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to