https://github.com/kernelci/kernelci-core
Core KernelCI tools
https://github.com/kernelci/kernelci-core
Last synced: about 1 year ago
JSON representation
Core KernelCI tools
- Host: GitHub
- URL: https://github.com/kernelci/kernelci-core
- Owner: kernelci
- License: lgpl-2.1
- Created: 2018-09-11T10:47:39.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:35:06.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:27:11.881Z (over 1 year ago)
- Language: Python
- Homepage: https://kernelci.org
- Size: 7.19 MB
- Stars: 105
- Watchers: 29
- Forks: 97
- Open Issues: 127
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

# Welcome to KernelCI
The KernelCI project is dedicated to testing the upstream Linux kernel. Its
mission statement is defined as follows:
> To ensure the quality, stability and long-term maintenance of the Linux
> kernel by maintaining an open ecosystem around test automation practices and
> principles.
KernelCI is a community-driven project, open to anyone who wants to contribute
to the testing of the Linux kernel. It is not tied to any specific hardware or
lab, and it is not tied to any specific test framework. The project is
maintained by a group of maintainers who are responsible for the overall
direction of the project, but anyone can contribute to the project by
submitting patches, reporting issues, or participating in the discussions.
Project website: [kernelci.org](https://kernelci.org)
Documentation is available on the [KernelCI docs](https://docs.kernelci.org/).
This repository provides core functions to interact with the KernelCI, such as
KernelCI API, KernelCI pipeline, generating test definitions for LAVA, etc.