diff mbox series

[yocto-autobuilder-helper,2/3] config.json: remove redundant oe-selftest-arm builder

Message ID 20230607192811.601343-2-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/3] scripts/layer-config: remove unused imports | expand

Commit Message

Ross Burton June 7, 2023, 7:28 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

This builder isn't run regularly, and is redundant now that
oe-selftest-armhost uses MACHINE=qemuarm64.

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

Patch

diff --git a/config.json b/config.json
index aaf9077..92c9443 100644
--- a/config.json
+++ b/config.json
@@ -875,10 +875,6 @@ 
         "oe-selftest-centos" : {
             "TEMPLATE" : "selftest"
         },
-        "oe-selftest-arm" : {
-            "MACHINE": "qemuarm64",
-            "TEMPLATE" : "selftest"
-        },
         "oe-selftest-armhost" : {
             "MACHINE": "qemuarm64",
             "SDKMACHINE": "aarch64",