Skip to content
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

config: dmesg.sh: Ignore missing handler errors in baseline tests #2751

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

musamaanjum
Copy link
Contributor

Ignore "No irq handler for vector" errors in baseline tests [1]. These errors are harmless. But because of these errors the baseline test gets marked as failed which makes results dirty. It would have been better to ignore these errors as known errors on the dashboard. But as we don't have the functionality at this time. We have decided to ignore these during the test until we have the functionality.

[1] https://kcidb.kernelci.org/d/test/test?orgId=1&var-datasource=default&var-build_architecture=x86_64&var-build_config_name=cros:%2F%2Fchromeos-6.6%2Fx86_64%2Fchromeos-amd-stoneyridge.flavour.config&var-id=maestro:67455b8c3be6da94b19fde34&from=now-100y&to=now&timezone=browser&var-origin=$__all&var-test_path=&var-issue_presence=$__all Close kernelci/kernelci-project#496
Signed-off-by: Muhammad Usama Anjum [email protected]

Muhammad Usama Anjum added 2 commits December 4, 2024 13:35
Ignore "No irq handler for vector" errors in baseline tests [1]. These
errors are harmless. But because of these errors the baseline test gets
marked as failed which makes results dirty. It would have been better to
ignore these errors as known errors on the dashboard. But as we don't
have the functionality at this time. We have decided to ignore these
during the test until we have the functionality.

[1] https://kcidb.kernelci.org/d/test/test?orgId=1&var-datasource=default&var-build_architecture=x86_64&var-build_config_name=cros:%2F%2Fchromeos-6.6%2Fx86_64%2Fchromeos-amd-stoneyridge.flavour.config&var-id=maestro:67455b8c3be6da94b19fde34&from=now-100y&to=now&timezone=browser&var-origin=$__all&var-test_path=&var-issue_presence=$__all
Close kernelci/kernelci-project#496
Signed-off-by: Muhammad Usama Anjum <[email protected]>
Copy dmesg.sh script from main repository instead of kernelci.org
branch.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
{{ super() }}

ADD https://raw.githubusercontent.com/kernelci/kernelci-core/\
kernelci.org/\
main/\
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nuclearcat I'm not sure about the significance of kernelci.org branch. But dmesg.sh file is same on both main and kernelci.org.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, at current moment better to use main

@nuclearcat
Copy link
Member

Lets try to merge and use it

@nuclearcat nuclearcat added this pull request to the merge queue Dec 9, 2024
Merged via the queue into kernelci:main with commit 5ba8918 Dec 9, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update baseline script to ignore emerg logs that irq handler is missing
2 participants