Add a new target to run layer checks every 24 hours on various layers we don't
test as part of the standard test runs.

Signed-off-by: Richard Purdie <[email protected]>
---
 config.py     | 2 ++
 schedulers.py | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/config.py b/config.py
index 54ec9ce8..82076cd3 100644
--- a/config.py
+++ b/config.py
@@ -23,6 +23,7 @@ buildertorepos = {
     "qemuarm-oecore": ["oecore", "bitbake"],
     "checkuri": ["poky"],
     "check-layer": ["poky", "meta-mingw", "meta-gplv2"],
+    "check-layer-nightly": ["poky", "meta-agl", "meta-arm", "meta-aws", 
"meta-intel", "meta-openembedded", "meta-virtualization"],
     "docs": ["yocto-docs", "bitbake"],
     "default": ["poky"]
 }
@@ -110,6 +111,7 @@ builders_others = [
     "qemuarm-armhost",
     "meta-agl-core",
     "meta-aws",
+    "check-layer-nightly",
     "auh"
 ]
 
diff --git a/schedulers.py b/schedulers.py
index 9d81806b..8b166e0b 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -352,6 +352,11 @@ schedulers.append(sched.Nightly(name='nightly-quick', 
branch='master', propertie
 schedulers.append(sched.Nightly(name='nightly-full', branch='master', 
properties=parent_default_props('a-full'),
                   builderNames=['a-full'], hour=1, minute=0, dayOfWeek=6))
 
+# Run check-layer-nightly each day
+schedulers.append(sched.Nightly(name='nightly-check-layer', branch='master', 
properties=parent_default_props('check-layer-nightly'),
+                  builderNames=['check-layer-nightly'], hour=0, minute=0))
+
+
 # Run the build performance tests at 3am, 9am, 3pm and 9pm
 schedulers.append(sched.Nightly(name='nightly-buildperf-ubuntu1604', 
branch='master', properties=parent_default_props('buildperf-ubuntu1604'),
                   builderNames=['buildperf-ubuntu1604'], hour=[3,9,15,21], 
minute=0))
-- 
2.30.2

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

Reply via email to