Particularly the weston image has now regressed twice under systemd, so I think there should be a quality gate for it.
Signed-off-by: Alexander Kanavin <[email protected]> --- config.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 8025166..d6e7df8 100644 --- a/config.json +++ b/config.json @@ -715,8 +715,19 @@ "SANITYTARGETS" : "core-image-full-cmdline:do_testimage core-image-weston:do_testimage", "extravars" : [ "DISTRO_FEATURES_remove = 'x11'" - ] - + ], + "step1" : { + "shortname" : "Sysvinit weston" + }, + "step2" : { + "shortname" : "Systemd weston", + "extravars" : [ + "TEST_SUITES_append = ' systemd'", + "DISTRO_FEATURES_append = ' pam systemd'", + "VIRTUAL-RUNTIME_init_manager = 'systemd'", + "DISTRO_FEATURES_BACKFILL_CONSIDERED = 'sysvinit'" + ] + } }, "musl-qemux86" : { "MACHINE" : "qemux86", -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52563): https://lists.yoctoproject.org/g/yocto/message/52563 Mute This Topic: https://lists.yoctoproject.org/mt/81050793/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
