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

Fix / refine regression detection and generation #428

Closed
r-c-n opened this issue Feb 13, 2024 · 1 comment
Closed

Fix / refine regression detection and generation #428

r-c-n opened this issue Feb 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@r-c-n
Copy link
Contributor

r-c-n commented Feb 13, 2024

When checking for regressions, the regression_tracker service is not taking into account all the required node fields, so it's detecting and creating them based on incomplete data (focusing only on the kernel version), which leads to incorrect results. For example:

Regression 65c0dc956c0c48387d459105 points to a failed node that ran on a different platform than the passed node, so that's not really a regression.

To be considered a regression the only difference should be the kernel version, but all the other test parameters (platform, compiler setup, defconfig and other build attributes) should be the same.

@r-c-n r-c-n self-assigned this Feb 13, 2024
@r-c-n r-c-n added the bug Something isn't working label Feb 13, 2024
@r-c-n r-c-n moved this to In Progress in KernelCI v2 2024 Feb 15, 2024
@r-c-n
Copy link
Contributor Author

r-c-n commented Feb 29, 2024

Done in #447, although the intended solution is to have kernelci/kernelci-core#2378 and #444 merged eventually

@r-c-n r-c-n closed this as completed Feb 29, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in KernelCI v2 2024 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant