]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
mdadm: Disable further tests due to intermittent failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Sep 2023 21:15:19 +0000 (22:15 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 10 Oct 2023 15:14:28 +0000 (05:14 -1000)
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 <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/mdadm/mdadm_4.2.bb

index c367b633a3f211b0b5ce961f2ac7b21a452b8e16..e914d313413f0f829bfcea22b3f98782fdb50416 100644 (file)
@@ -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"