mdadm tests are flaky and cause a lot of failures on autobuilder. Disable them for now. Keeping ptest code in the recipe to fix/enable in the future
Signed-off-by: Pavel Zhukov <pa...@zhukoff.net> --- meta/recipes-extended/mdadm/mdadm_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/mdadm/mdadm_git.bb b/meta/recipes-extended/mdadm/mdadm_git.bb index 53574dfdc3..d95df66af5 100644 --- a/meta/recipes-extended/mdadm/mdadm_git.bb +++ b/meta/recipes-extended/mdadm/mdadm_git.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git;protocol=https;branch=master \ - file://run-ptest \ file://mdadm-3.3.2_x32_abi_time_t.patch \ file://0001-mdadm.h-Undefine-dprintf-before-redefining.patch \ file://0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch \ @@ -31,6 +30,11 @@ S = "${WORKDIR}/git" inherit autotools-brokensep ptest systemd +# Disable ptests for now as they're flaky +# but keeping ptest code in case we want to enable them in the future +PTEST_ENABLED="0" +SRC_URI:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' file://run-ptest', '', d)}" + DEPENDS = "udev" SYSTEMD_SERVICE:${PN} = "mdmonitor.service" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#194127): https://lists.openembedded.org/g/openembedded-core/message/194127 Mute This Topic: https://lists.openembedded.org/mt/103882792/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-