-
Notifications
You must be signed in to change notification settings - Fork 48
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
[BUG] PR test fail to .ldc file not found! #1216
Labels
P1
Blocker bugs or important features
Comments
sof-test change needed, but logging here as well, so people can find the issue easier when parsing CI logs. |
This effectively disabled FW logs now: |
kv2019i
referenced
this issue
in kv2019i/sof-test
Jul 8, 2024
Checking for ldc (log dictionary) file existance as a way to decide whether to enable or disable logging during a test case, is no longer applicable as SOF supports multiple firmware logging solutions that do not use an ldc file. Remove the check as it no longer makes sense. Link: https://github.com/thesofproject/sof/issues/9286 Signed-off-by: Kai Vehmanen <[email protected]>
andyross
added a commit
to andyross/sof-test
that referenced
this issue
Jul 9, 2024
Zephyr builds don't produce .ldc files anymore, don't look for them and fail. Fixes: thesofproject#1216 Signed-off-by: Andy Ross <[email protected]>
Pushed up #1217 to (hopefully) address the CI problems with sof-test not having been updated to the new build behavior. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Example PR test fail from today 8th July 2024
https://sof-ci.01.org/sofpr/PR9186/build6326/devicetest/index.html?model=MTLP_RVP_NOCODEC&testcase=check-sof-logger
Failure started to be seen after merging
thesofproject/sof#9261
The text was updated successfully, but these errors were encountered: