Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI services.
Using PyPI and virtualenv
virtualenv .venv
source .venv/bin/activate
pip install kci-dev
kci-dev results
can be used without a config file or KernelCI authorization token.
For other subcommands (like kci-dev bisect
) is possible to create a default config file at
~/.config/kci-dev/kci-dev.toml
with the following command:
kci-dev config
Authorizaton tokens can be requested here
The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
The Contributor Guide should guide you on how to contribute to kci-dev project.