diff mbox series

[yocto-autobuilder-helper] config: set MACHINE=qemuarm64 for oe-selftest-armhost

Message ID 20221111154144.104128-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config: set MACHINE=qemuarm64 for oe-selftest-armhost | expand

Commit Message

Ross Burton Nov. 11, 2022, 3:41 p.m. UTC
Many of the oe-selftest test cases boot up an image in qemu, but if the
host can't use KVM to accelerate the guest then the tests take a lot
longer and may randomly timeout.

Now that oe-selftest can run for qemuarm64[1], switch the
oe-selftest-armhost to use qemuarm64 so that KVM can be used. This
should mean faster and more reliable tests, which also cover another
architecture.

[1] oe-core 87fcee9fed915ff3af528b976d7d44737f9f1a95

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

Patch

diff --git a/config.json b/config.json
index 24988f0..713afe5 100644
--- a/config.json
+++ b/config.json
@@ -873,6 +873,7 @@ 
             "TEMPLATE" : "selftest"
         },
         "oe-selftest-armhost" : {
+            "MACHINE": "qemuarm64",
             "SDKMACHINE": "aarch64",
             "TEMPLATE" : "selftest"
         },