-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hard to distinguish defconfig variants #962
Comments
Hi @broonie , the dashboard is showing the information that is in the database, meaning that there are multiple rows with "defconfig" as the config_name but different architectures and compilers. One thing you could do is click on any config or architecture or compiler in the cards and that will filter the results as done here: I don't see where the information for config fragments would be, could you clarify what you mean by that? |
On Wed, Feb 19, 2025 at 03:29:19AM -0800, Marcelo Robert Santos wrote:
Hi @broonie , the dashboard is showing the information that is in the database, meaning that there are multiple rows with "defconfig" as the config_name but different architectures and compilers. One thing you could do is click on any config or architecture or compiler in the cards and that will filter the results as done here:
https://dashboard.kernelci.org/tree/e5d3fd687aac5eceb1721fa92b9f49afcf4c3717?df%7Cc%7Cdefconfig=true&ti%7Cc=next-20250218&ti%7Cch=e5d3fd687aac5eceb1721fa92b9f49afcf4c3717&ti%7Cgb=master&ti%7Cgu=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&ti%7Ct=next
I don't see where the information for config fragments would be, could you clarify what you mean by that?
I don't know exactly where the information should be either, I would
have expected that it's in there somewhere but looking at the schema
it's not jumping out at me. It's possible this is a bug in the
submitted data - I'm just looking at this from an end user's
perspective.
|
Looking at the build results for today's -next:
https://dashboard.kernelci.org/tree/e5d3fd687aac5eceb1721fa92b9f49afcf4c3717?df%7Cbs%7CSuccess=true&ti%7Cc=next-20250218&ti%7Cch=e5d3fd687aac5eceb1721fa92b9f49afcf4c3717&ti%7Cgb=master&ti%7Cgu=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&ti%7Ct=next
there are multiple entries for the defconfig with gcc-12 and clang-17 - these should be different builds (I'd expect different config fragments) but they're not distinguished in the dashboard.
The text was updated successfully, but these errors were encountered: