diff mbox series

[yocto-autobuilder-helper] Add very basic testimage for poky-tiny

Message ID 20231013110707.1458220-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] Add very basic testimage for poky-tiny | expand

Commit Message

Ross Burton Oct. 13, 2023, 11:07 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

Now that the _qemutiny test case actually works, we can ensure that all
of the tested poky-tiny machines actually at least boot.

This is a very low bar, but it's better than nothing.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 3acb710..c82772e 100644
--- a/config.json
+++ b/config.json
@@ -946,6 +946,10 @@ 
         "poky-tiny" : {
             "DISTRO" : "poky-tiny",
             "BBTARGETS" : "core-image-minimal",
+            "SANITYTARGETS" : "core-image-minimal:do_testimage",
+            "extravars" : [
+                "TEST_SUITES = '_qemutiny'"
+            ],
             "step1" : {
                 "MACHINE" : "qemux86",
                 "shortname" : "qemux86 poky-tiny"