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

Always run kernel tester on latest kernels #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stanek-michal
Copy link
Contributor

We ran into an issue where a function prototype was changed in kernel 6.10, but our kernel tester didn't detect it in CI because we never updated the list of kernel versions it should test. Automate this by fetching official list of stable kernel versions and make kernel tester build+test those, along with the static list of tested versions that we had.

Trim the list of versions to test (especially old ones) to ease the load on CI.

Fetch the list of stable kernel versions with curl, build those.
@stanek-michal stanek-michal requested a review from a team as a code owner August 27, 2024 14:22
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.

1 participant