[oe-commits] [openembedded-core] 01/07: parselogs: Ignore uvesafb timeouts

git at git.openembedded.org git at git.openembedded.org
Mon Aug 22 13:34:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 339d63cb3bee65638487efbac4a3bc5ad14dda1f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Aug 19 11:03:00 2016 +0100

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/parselogs.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 1cfe804..777af57 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -63,6 +63,9 @@ 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',
+    'uvesafb: mode switch failed'\
 ] + common_errors
 
 ignore_errors = { 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list