-
Notifications
You must be signed in to change notification settings - Fork 59
ignore_str filter updates from Pierre #362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The kernel was modified to only throw errors after the last boot attempt, there should be no need to filter in sof-test. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This error is now handled in the topic/sof-dev kernel. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
TPM, iwlwifi and thermal zone warnings
All warnings are checked with '.', '(' and ')' treated as escapes to
avoid regexp issues.
BugLink: thesofproject#307
BugLink: thesofproject#343
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
'.' is a special character in a regexp. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
The shellcheck warnings all predate this PR. Summary of https://sof-ci.01.org/softestpr/PR362/build150/devicetest/
As this PR performs a number of CML-related changes, I consider it ready for review but not for merge yet. |
|
SOFCI TEST |
|
The CML situation just got worse today: all CML tests fail with This is of course not specific to this PR, here are some other random examples: This started happening across all git repos and all CML devices in the last 12 hours. |
|
SOFCI TEST |
Root caused by @fredoh9 to an internal script change merged 11 hours ago and fixed by @fredoh9 just now. All CML devices look fine now in https://sof-ci.01.org/softestpr/PR362/build152/devicetest, I think this is merge-ready (remember it was already reviewed in #354) |
xiulipan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, this seems ignore most new error logs from our test.
|
Removal of some exclusions partially reverted in #395 to support testing with older kernels. Simplifying the triple negation: need to ignore some errors again to support testing with older kernels. |
Re-submitting the first part of #354 . This only updates the
ignore_strfilters and does not have any actual code change.