]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs: Ignore uvesafb timeouts
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2016 10:03:00 +0000 (11:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 21:57:29 +0000 (22:57 +0100)
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.

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

index 1cfe8048743c07e828f16fd9a5bbd4e19812d6f7..8a13554cc5dac59685a750cb6ba8ebef8b264882 100644 (file)
@@ -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 = {