]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/reproducible: Update exclusions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2021 23:36:42 +0000 (23:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Feb 2021 11:28:01 +0000 (11:28 +0000)
Add ruby-ri-docs and meson back as not reproducible, remove watchdog,
xorg-minimal-fonts and xmlto as issues fixed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 99497522d2b5146575123c05c00f7a7235f90064..32016f3e65077ee78a4c37529d6454516fc33a0e 100644 (file)
@@ -24,6 +24,9 @@ import datetime
 # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/
 # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
 # (both packages/ and packages-excluded/)
+
+# ruby-ri-docs, meson:
+#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
 exclude_packages = [
        'acpica-src',
        'babeltrace2-ptest',
@@ -53,18 +56,17 @@ exclude_packages = [
        'lttng-tools-dbg',
        'lttng-tools-ptest',
        'ltp',
+        'meson',
        'ovmf-shell-efi',
        'parted-ptest',
        'perf',
        'python3-cython',
        'qemu',
        'rsync',
+        'ruby-ri-docs',
        'swig',
        'syslinux-misc',
-       'systemd-bootchart',
-       'watchdog',
-       'xmlto',
-       'xorg-minimal-fonts'
+       'systemd-bootchart'
        ]
 
 def is_excluded(package):