summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2024-01-23 11:27:11 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-28 07:08:30 -1000
commitb29f40625a958c574ce0ca226e3983b30cf58917 (patch)
tree9afe53a758d577248448ffc84632f0bbb7cdfe49
parent7459fda0822eeaefda39170ec9f6bbe74491b39f (diff)
downloadpoky-b29f40625a958c574ce0ca226e3983b30cf58917.tar.gz
mdadm: Disable ptests
As agreed upon in the bug triage meeting, disable mdadm ptest for the time being Related: [Yocto #15181] [Yocto #15159] [Yocto #15308] [Yocto #15309] (From OE-Core rev: ebbe9458526546b821d81a89d8098355d943ee60) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 22ae573aa1a1244d4dea498d4fa4fcdf195bedf8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index fc42f95de2..fdeac3db3c 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -102,7 +102,6 @@ PTESTS_SLOW = "\
102 libgcrypt \ 102 libgcrypt \
103 libmodule-build-perl \ 103 libmodule-build-perl \
104 lttng-tools \ 104 lttng-tools \
105 mdadm \
106 openssh \ 105 openssh \
107 openssl \ 106 openssl \
108 parted \ 107 parted \
@@ -131,6 +130,7 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
131# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 130# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
132# libinput \ # Tests need an unloaded system to be reliable 131# libinput \ # Tests need an unloaded system to be reliable
133# libpam \ # Needs pam DISTRO_FEATURE 132# libpam \ # Needs pam DISTRO_FEATURE
133# mdadm \ # tests are flaky in AB.
134# numactl \ # qemu not (yet) configured for numa; all tests are skipped 134# numactl \ # qemu not (yet) configured for numa; all tests are skipped
135# libseccomp \ # tests failed: 38; add to slow tests once addressed 135# libseccomp \ # tests failed: 38; add to slow tests once addressed
136# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures 136# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
@@ -143,6 +143,7 @@ PTESTS_PROBLEMS = "\
143 libinput \ 143 libinput \
144 libpam \ 144 libpam \
145 libseccomp \ 145 libseccomp \
146 mdadm \
146 numactl \ 147 numactl \
147 python3-license-expression \ 148 python3-license-expression \
148 python3-numpy \ 149 python3-numpy \