diff mbox series

[yocto-autobuilder-helper] config.json: Drop sysvinit compatibility with systemd tests

Message ID 20260216085026.2129388-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Drop sysvinit compatibility with systemd tests | expand

Commit Message

Richard Purdie Feb. 16, 2026, 8:50 a.m. UTC
systemd is dropping support for sysvinit compatibility so these tests will
no longer be supported, remove them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 407d245..dff1d93 100644
--- a/config.json
+++ b/config.json
@@ -1558,26 +1558,6 @@ 
                 "ADDLAYER" : ["${BUILDDIR}/../layers/openembedded-core/meta-skeleton"]
             },
             "step4" : {
-                "shortname" : "Systemd with sysvinit compat",
-                "BBTARGETS" : "core-image-sato",
-                "SANITYTARGETS" : "core-image-sato:do_testimage",
-                "extravars" : [
-                    "INIT_MANAGER = 'systemd'",
-                    "DISTRO_FEATURES_BACKFILL_CONSIDERED:remove = 'sysvinit'",
-                    "TEST_SUITES:append = ' systemd'"
-                ]
-            },
-            "step5" : {
-                "shortname" : "Sysvinit with systemd",
-                "BBTARGETS" : "core-image-sato",
-                "SANITYTARGETS" : "core-image-sato:do_testimage",
-                "extravars" : [
-                    "DISTRO_FEATURES:append = ' systemd usrmerge'",
-                    "ROOT_HOME = '/root'",
-                    "VIRTUAL-RUNTIME_init_manager = 'sysvinit'"
-                ]
-            },
-            "step6" : {
                 "shortname" : "Systemd",
                 "BBTARGETS" : "core-image-sato",
                 "SANITYTARGETS" : "core-image-sato:do_testimage",
@@ -1586,7 +1566,7 @@ 
                     "INIT_MANAGER = 'systemd'"
                 ]
             },
-            "step7" : {
+            "step5" : {
                 "shortname" : "Mesa gallium-llvm",
                 "BBTARGETS" : "core-image-sato",
                 "SANITYTARGETS" : "core-image-sato:do_testimage",
@@ -1594,7 +1574,7 @@ 
                     "PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm gallium amd'"
                 ]
             },
-            "step8" : {
+            "step6" : {
                 "shortname" : "preempt-rt",
                 "BBTARGETS" : "core-image-full-cmdline",
                 "SANITYTARGETS" : "core-image-full-cmdline:do_testimage",