From: Richard Purdie <[email protected]> I took the mdadm ptest enabling as I was told the tests were fine now. They're not. Disable more of them as having intermittent issues.
Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868) Signed-off-by: Steve Sakoman <[email protected]> --- meta/recipes-extended/mdadm/mdadm_4.2.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index c367b633a3..e914d31341 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.2.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb @@ -105,6 +105,11 @@ do_install_ptest() { do install -D -m 755 $prg ${D}${PTEST_PATH}/ done + + # Disable tests causing intermittent autobuilder failures + echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/19raid6check.broken + echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/20raid5journal.broken + echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/21raid5cache.broken } RDEPENDS:${PN} += "bash" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188925): https://lists.openembedded.org/g/openembedded-core/message/188925 Mute This Topic: https://lists.openembedded.org/mt/101887338/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
