-
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
How to use kernelCI for testing my local builts? #508
Comments
The tool most near to what you want to do is probably kci-dev |
Thank you , I'll try this tool. |
Let me first introduce what KernelCI is and what it is used for. KernelCI was created as a project to utilize distributed infrastructure (build clusters and labs), process updates on official Linux kernel trees, and generate results that assist kernel developers in identifying regressions and bugs. The current generation project components are:
Additionally, there’s a project not entirely related to KernelCI but still relevant: kci-gitlab. This project is discussed in kernel mailing lists under the topic: "kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing" and might be of interest to you. It is designed to be used in a local environment and is often used to test contributions before they are merged into the official kernel tree. As you understand, KernelCI in general can be used to test the current tip of the tree if you have the official kernel tree. In the near future, it will also be possible to test upcoming contributions using the kci-dev tool. However, since the project is designed for a distributed environment, it isn’t straightforward to use it completely locally unless you have the resources to run all components. That said, we do have an option to run a limited development environment using Docker Compose, which is available at: I hope this information helps you better understand the KernelCI project and how you can use it for your needs. If you have any further questions, feel free to ask. |
Thank you so much for such exclusive and latest info on the projects, it really put things in perspective. |
I was trying to use kernel CI as a tool to test out my local builts , and i tried using kernelCI-docker and its dependent repos , but seems like those repos have been deprecated and new workflow has been shifted to Pipeline and API projects .
I want to work locally with it , I dont have any server. So are there any resources I can use and or any suggestion that the community can offer so that i can build and use it for locally built kernel images.
Thank you.
The text was updated successfully, but these errors were encountered: