summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-06 22:15:19 +0100
committerSteve Sakoman <steve@sakoman.com>2023-10-13 04:31:04 -1000
commit89007c7f4ce94378bda5eb178a173f402d0b8f2c (patch)
treea1df00c7711f0582d56b33c7964e8cf26f4d0192
parent96727f63c07349ccf0eb1356026504048c2decd4 (diff)
downloadpoky-89007c7f4ce94378bda5eb178a173f402d0b8f2c.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: d72261b4827f9cdfa9ca5e199028c88c1b525257) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 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() {
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"