summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2024-01-23 11:27:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-24 15:46:19 +0000
commit38027f9e8cba299e35035d720a05619258023af7 (patch)
treec1daeb406488cebbd338617fda8b7b19b43db7fb /meta/conf/distro
parent999bcf990b1b1357dda0636090561659336cc0bf (diff)
downloadpoky-38027f9e8cba299e35035d720a05619258023af7.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: 22ae573aa1a1244d4dea498d4fa4fcdf195bedf8) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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 ef6f471e7b..a1643c5548 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -104,7 +104,6 @@ PTESTS_SLOW = "\
104 libgcrypt \ 104 libgcrypt \
105 libmodule-build-perl \ 105 libmodule-build-perl \
106 lttng-tools \ 106 lttng-tools \
107 mdadm \
108 openssh \ 107 openssh \
109 openssl \ 108 openssl \
110 parted \ 109 parted \
@@ -135,6 +134,7 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
135# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 134# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
136# libinput \ # Tests need an unloaded system to be reliable 135# libinput \ # Tests need an unloaded system to be reliable
137# libpam \ # Needs pam DISTRO_FEATURE 136# libpam \ # Needs pam DISTRO_FEATURE
137# mdadm \ # tests are flaky in AB.
138# numactl \ # qemu not (yet) configured for numa; all tests are skipped 138# numactl \ # qemu not (yet) configured for numa; all tests are skipped
139# libseccomp \ # tests failed: 38; add to slow tests once addressed 139# libseccomp \ # tests failed: 38; add to slow tests once addressed
140# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures 140# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
@@ -147,6 +147,7 @@ PTESTS_PROBLEMS = "\
147 libinput \ 147 libinput \
148 libpam \ 148 libpam \
149 libseccomp \ 149 libseccomp \
150 mdadm \
150 numactl \ 151 numactl \
151 python3-license-expression \ 152 python3-license-expression \
152 python3-numpy \ 153 python3-numpy \