]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/runtime/parselogs: migrate ignores
authorRoss Burton <ross.burton@arm.com>
Mon, 4 Dec 2023 18:24:18 +0000 (18:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Dec 2023 22:55:46 +0000 (22:55 +0000)
commitbba243e1d18b954578afcdb3c727d8f687187ee8
tree905c9472019281e9a88612e7354a92084c8f0992
parent7a04063f7cff243fe2bee09664ad7979612110cb
oeqa/runtime/parselogs: migrate ignores

Move the ignores from a huge dict in the parselogs.py module to .txt
files. This is just the common, tune, and qemu machine ignores; the
machine ignores that are not in oe-core will be added to the relevant
layers.

The list of ignores has not been reviewed in any meaningful way, this
should be done soon as I suspect a number of these are redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt [new symlink]
meta/lib/oeqa/runtime/cases/parselogs.py