cmdline tool for interact with KernelCI
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
You can see a example configuration file here.
Without a auth token kci-dev can be used in results view only mode.
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.