summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-06 22:15:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:30:53 +0100
commit2993a0bd6aca81d4382c3de5ac2fd9b5dac94868 (patch)
treeaf4bd4362b0c8a26bf07e8cffe4f6ccc9196a12c /meta/recipes-extended/mdadm
parent499a44748dea92f1484d7a64b88eac8430764b88 (diff)
downloadopenembedded-core-2993a0bd6aca81d4382c3de5ac2fd9b5dac94868.tar.gz
mdadm: Disable further tests due to intermittent failures
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>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb
index f624d81df5..c66a89677f 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"