-
Notifications
You must be signed in to change notification settings - Fork 29
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
baseline regression in kevin #142
Comments
The i2s1 failure is because of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b5fbaf7d779f5f02b7f75b080e7707222573be2a We should just delete that case, and perhaps add a case for the spdif device. |
Note that it's also possible to check the kernel version in bootrr and look for a different device accordingly, if that makes sense in practice. |
@gctucker created this PR for staging kernelci/bootrr#23 as a short term fix. We can avoid checking for the ID in the device name for now. |
Old issue. (also we are not tracking kernel test failure/issues through GitHub anymore) |
The following bootrr tests failed starting on kernel v5.19-rc1:
Initially discussed in https://lore.kernel.org/chrome-platform/[email protected]/T/#m232b9217365668316bfc59acd6dc5ae2b96d2dc9
The problem seems to be related to how these bootrr tests are defined:
This way of probing the devices doesn't look very future proof, as Brian Norris remarked:
For instance, in kevin, for v5.19-rc1 onwards these devices are named with a different device index:
KernelCI dashboard link: https://linux.kernelci.org/test/plan/id/635f585b4cac8cb70ce7db4e/
The text was updated successfully, but these errors were encountered: