Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
---
 schedulers.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/schedulers.py b/schedulers.py
index edd77b51..9ffa88f5 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -509,6 +509,10 @@ 
schedulers.append(sched.Nightly(name='nightly-meta-oe-mirror-dunfell', propertie
 schedulers.append(sched.Nightly(name='nightly-buildperf', branch='master', 
properties=parent_default_props('buildperf-debian11'),
                   builderNames=['buildperf-debian11', 'buildperf-alma8'], 
hour=[3,9,15,21], minute=0))
 
+# Run the toaster tests daily
+schedulers.append(sched.Nightly(name='nightly-toaster', branch='master', 
properties=parent_default_props('toaster'),
+                  builderNames=['toaster'], hour=[3], minute=0))
+
 # 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'], dayOfMonth=[1, 15], hour=5, minute=0))
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62250): https://lists.yoctoproject.org/g/yocto/message/62250
Mute This Topic: https://lists.yoctoproject.org/mt/103920750/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to