Message ID | 20251017122649.493701-1-mikko.rapeli@linaro.org |
---|---|
Headers | show |
Series | sefltest: disable qemu graphics | expand |
Wait. There is no actual evidence that it is graphics that is causing the problems, is it? The changes are probably okay, but I would not want to have this baseless implication in commit messages. Alex On Fri, 17 Oct 2025 at 14:27, Mikko Rapeli via lists.openembedded.org <mikko.rapeli=linaro.org@lists.openembedded.org> wrote: > > RFC: did not have time to properly test this, but sending this out > in case this helps with current release issues > > Autobuilders see failures like > https://autobuilder.yoctoproject.org/valkyrie/#/builders/23/builds/2714 > and > https://autobuilder.yoctoproject.org/valkyrie/#/builders/67/builds/2630 > where selftest are booting qemu which hangs, possibly due to graphics > issues. > > Disable graphics from selftests which do not need it. Other selftests > already use runqemu with nographic. > > Mikko Rapeli (5): > selftest devtool.py: disable qemu graphics > selftest imagefeatures.py: disable qemu graphics > selftest overlayfs.py: disable qemu graphics > selftest package.py: disable qemu graphics > selftest runtime_test.py: disable qemu graphics > > meta/lib/oeqa/selftest/cases/devtool.py | 2 +- > meta/lib/oeqa/selftest/cases/imagefeatures.py | 4 ++-- > meta/lib/oeqa/selftest/cases/overlayfs.py | 12 ++++++------ > meta/lib/oeqa/selftest/cases/package.py | 4 ++-- > meta/lib/oeqa/selftest/cases/runtime_test.py | 12 ++++++------ > 5 files changed, 17 insertions(+), 17 deletions(-) > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#225012): https://lists.openembedded.org/g/openembedded-core/message/225012 > Mute This Topic: https://lists.openembedded.org/mt/115806216/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >