-
Notifications
You must be signed in to change notification settings - Fork 34
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
kcidb/oo: remove a build error pattern #555
Conversation
The below build log isn't an actual error message: `Build script is completed, tail will be killed now`. Hence, remove the related pattern from the list of build errors. Signed-off-by: Jeny Sadadia <[email protected]>
@crazoes I am wondering what should be the actual build error log for the report for failures such as |
Looks like the build was completed successfully and somehow reported with |
Probably it did timeout due overload of build cluster:
So we need to delete error_code and msg when build complete. |
@JenySadadia these are false positives and maybe the kernel build isn't failing but the kselftest build is failing here. I have asked @musamaanjum to work on fixing these issues. You can check more details here :- https://github.com/orgs/kernelci/projects/22/views/1?pane=issue&itemId=72345288 |
fyi, there is an issue open to transform the valid status in builds to be a enum: kernelci/kcidb-io#82 |
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.
LGTM!
The below build log isn't an actual error message:
Build script is completed, tail will be killed now
. Hence, remove the related pattern from the list of build errors.