Skip to content

LKP FAQ

Rong Chen edited this page Dec 10, 2019 · 14 revisions

Contents

General Questions

How to request testing a new kernel tree on LKP?

LKP monitors and tests various kernel trees, if you want lkp to test your kernel tree, please send a request to [email protected] or create a pull request on this repo. The configurations are managed at repo/linux, and the introduce is at Repo Spec.

Is there a way not to trigger kbuild tests on a specific branch

LKP maintains the configurations for each Repo, there's a item named "blacklist_branch" which defines the blacklisted branches, and details can be found in Repo Spec, besides, if you want to disable a branch quickly, please use the following naming conventions when pushing branches: ".*experimental.*" or ".*dont-build".

Clone this wiki locally