Skip to content

Repo Spec

Rong Chen edited this page Aug 24, 2022 · 11 revisions
Key Description Example
branch_denylist ignore these branches matching the pattern in build test, and we deny some branch names by default: .*experimental.* .*dont-build .*wip.*
branch_allowlist explicitly enable building for the branches matching the pattern, these branches in allow list will ignore the deny list. .*for-0day
randconfig_denylist not test random configs for those matching the patterns
fetch_tags need to fetch tags or not true or false
mail_cc add to CC list for test report, such as build and bisected result
mail_to overwrite default TO list to receive test report for private branches or define the receiver of build complete reports
notify_build_success_branch we will send build result report for the branches matching the pattern to show build success or regression .*
owner repo owner is used to judge the head commit for build complete reports or bind the patch from lkml to base tree
private_report_branch only send kbuild reports to the mail_to address for private branches .*
git_am_branch set base branch for applying patches to test if it's a maintainer's repo for-next
subsystems extra information regarding related subsystems
test_old_branches test branches that is long time ago
upstream is this upstream true or false
url the url of repo to be fetched https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Clone this wiki locally