]> code.ossystems Code Review - openembedded-core.git/commitdiff
reproducible.py: add quilt-ptest and valgrind-ptest
authorSteve Sakoman <steve@sakoman.com>
Tue, 4 May 2021 19:14:56 +0000 (09:14 -1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 May 2021 21:10:01 +0000 (22:10 +0100)
Both don't seem to be reproducible with fedora 33

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/reproducible.py

index f5e3bff5a4b1e0629b3c7cb7e954ec020cba6dbb..0e44ce4dbf18baf3da28eaf7db8e1d20dd40c7be 100644 (file)
@@ -54,12 +54,14 @@ exclude_packages = [
        'piglit',
        'pybootchartgui',
        'qemu',
+       'quilt-ptest',
        "rpm",
        'rsync',
        'ruby',
        'stress-ng',
        'systemd-bootchart',
        'systemtap',
+       'valgrind-ptest',
        'vim',
        'webkitgtk',
        ]