aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 11:03:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 22:57:36 +0100
commit3e97690117c6ebaf10e3723bfb7f1e4965602b1b (patch)
treee5e80a4a75da81b661b4c35c9f6d132f11a78b08 /meta/lib/oeqa/runtime
parente1ab8392d1a683bb8860fbb20d7eff9c56827a14 (diff)
downloadopenembedded-core-contrib-3e97690117c6ebaf10e3723bfb7f1e4965602b1b.tar.gz
parselogs: Ignore uvesafb timeouts
We're periodically seeing uvesafb timeouts on the autobuilder. Whitelist these errors as there is little it seems we can do about them and we therefore choose to ignore them rather than fail the builds. [YOCTO #8245] There is a better solution proposed in the bug with a -1 timeout however this avoids failed builds until such times as that is implemented. (From OE-Core rev: 8097f2da79b7862733494d2321e3dfdb0880804d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 1cfe804874..8a13554cc5 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -63,6 +63,11 @@ qemux86_common = [
"fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.",
"can't claim BAR ",
'amd_nb: Cannot enumerate AMD northbridges',
+ 'uvesafb: 5000 ms task timeout error',
+ 'detected fb_set_par error, error code: -22',
+ 'Getting VBE info block failed',
+ 'vbe_init() failed with -22',
+ 'uvesafb: mode switch failed',
] + common_errors
ignore_errors = {