parselogs.py: Don't clog QA with Joule errors

The Joule is very new hardware and there is ongoing kernel and firmware
work to fix these issues, which will be available in future kernel and
firmware releases. In the meantime, don't clog QA reports.

[YOCTO #10611]

(From OE-Core rev: facf9fa905100945738c13f9f79e938ed4a81030)

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
California Sullivan 2016-12-09 17:00:27 -08:00 committed by Richard Purdie
parent e3d51adafd
commit 840ea755f2
1 changed files with 13 additions and 1 deletions

View File

@ -134,7 +134,19 @@ ignore_errors = {
'dmi: Firmware registration failed.',
'ioremap error for 0x78',
] + x86_common,
'intel-corei7-64' : x86_common,
'intel-corei7-64' : [
'can\'t set Max Payload Size to 256',
'intel_punit_ipc: can\'t request region for resource',
'[drm] parse error at position 4 in video mode \'efifb\'',
'ACPI Error: Could not enable RealTimeClock event',
'ACPI Warning: Could not enable fixed event - RealTimeClock',
'hci_intel INT33E1:00: Unable to retrieve gpio',
'hci_intel: probe of INT33E1:00 failed',
'can\'t derive routing for PCI INT A',
'failed to read out thermal zone',
'Bluetooth: hci0: Setting Intel event mask failed',
'ttyS2 - failed to request DMA',
] + x86_common,
'crownbay' : x86_common,
'genericx86' : x86_common,
'genericx86-64' : [