Skip to content

Repo Spec

Philip Li edited this page Jan 22, 2020 · 11 revisions
Key Description Example
blacklist_branch ignore these branches matching the pattern in build test, and we blacklist some branch names by default: ".experimental." ".*dont-build" .*wip.*
blacklist_randconfig not test random configs for those matching the patterns
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
fetch_tags need to fetch tags or not true or false
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
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
whitelist_branch explicitly enable building for the branches matching the pattern, these branches in white list will ignore blacklist. .*for-0day
Clone this wiki locally