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:36:30 +0100
commit6ac5b545f27fe5ebaff55e34f8d8063f5cd9afd3 (patch)
tree6e7bceb976f7aa71e29f64ab8cedb6b3925ba77c /meta/recipes-extended/mdadm
parentd40b464dbe207220057415051d52195ae7da9b2c (diff)
downloadpoky-6ac5b545f27fe5ebaff55e34f8d8063f5cd9afd3.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. (From OE-Core rev: 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868) 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() {
105 do 105 do
106 install -D -m 755 $prg ${D}${PTEST_PATH}/ 106 install -D -m 755 $prg ${D}${PTEST_PATH}/
107 done 107 done
108
109 # Disable tests causing intermittent autobuilder failures
110 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/19raid6check.broken
111 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/20raid5journal.broken
112 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/21raid5cache.broken
108} 113}
109 114
110RDEPENDS:${PN} += "bash" 115RDEPENDS:${PN} += "bash"