diff mbox series

mdadm: Disable ptests

Message ID 20240123090613.656612-1-pavel@zhukoff.net
State Accepted, archived
Commit 22ae573aa1a1244d4dea498d4fa4fcdf195bedf8
Headers show
Series mdadm: Disable ptests | expand

Commit Message

Pavel Zhukov Jan. 23, 2024, 9:06 a.m. UTC
As agreed upon in the bug triage meeting, disable mdadm ptest for the time being

Related: [Yocto #15181] [Yocto #15159] [Yocto #15308] [Yocto #15309]

Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
---
 meta/conf/distro/include/ptest-packagelists.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alexander Kanavin Jan. 23, 2024, 9:44 a.m. UTC | #1
I think it needs to be removed from PTESTS_SLOW at the same time?

Alex

On Tue, 23 Jan 2024 at 10:06, Pavel Zhukov <pavel@zhukoff.net> wrote:
>
> As agreed upon in the bug triage meeting, disable mdadm ptest for the time being
>
> Related: [Yocto #15181] [Yocto #15159] [Yocto #15308] [Yocto #15309]
>
> Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
> ---
>  meta/conf/distro/include/ptest-packagelists.inc | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
> index ef6f471e7b..7f949a467c 100644
> --- a/meta/conf/distro/include/ptest-packagelists.inc
> +++ b/meta/conf/distro/include/ptest-packagelists.inc
> @@ -135,6 +135,7 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
>  #    ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
>  #    libinput \ # Tests need an unloaded system to be reliable
>  #    libpam \ # Needs pam DISTRO_FEATURE
> +#    mdadm \ # tests are flaky in AB.
>  #    numactl \ # qemu not (yet) configured for numa; all tests are skipped
>  #    libseccomp \ #  tests failed: 38; add to slow tests once addressed
>  #    python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
> @@ -147,6 +148,7 @@ PTESTS_PROBLEMS = "\
>      libinput \
>      libpam \
>      libseccomp \
> +    mdadm \
>      numactl \
>      python3-license-expression \
>      python3-numpy \
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#194218): https://lists.openembedded.org/g/openembedded-core/message/194218
> Mute This Topic: https://lists.openembedded.org/mt/103906271/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index ef6f471e7b..7f949a467c 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -135,6 +135,7 @@  PTESTS_PROBLEMS:append:x86 = " valgrind"
 #    ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
 #    libinput \ # Tests need an unloaded system to be reliable
 #    libpam \ # Needs pam DISTRO_FEATURE
+#    mdadm \ # tests are flaky in AB.
 #    numactl \ # qemu not (yet) configured for numa; all tests are skipped
 #    libseccomp \ #  tests failed: 38; add to slow tests once addressed
 #    python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
@@ -147,6 +148,7 @@  PTESTS_PROBLEMS = "\
     libinput \
     libpam \
     libseccomp \
+    mdadm \
     numactl \
     python3-license-expression \
     python3-numpy \