On Fri, Aug 30, 2019 at 04:46:28PM +0200, Borislav Petkov wrote: > On Fri, Aug 30, 2019 at 10:36:45PM +0800, Philip Li wrote: > > yes, we monitor the repo pub/scm/linux/kernel/git/tip/tip.git, and will > > send build status of head > > ... and what you call "head" is the "master" branch on that repo, right? Hi Boris, you are right. It is the head of monitored branch, here master branch is one of the branches on this repo that we monitor.
Early on, there's requirement to blacklist a few branches, which is configured as below blacklist_branch: auto-.*|tmp-.*|base-.*|test.*|.*-for-linus Except the blacklist branches, we will monitor all other branches. We also support pull request to update the configuration or email us to update. Refer to https://github.com/intel/lkp-tests/blob/master/repo/linux/tip. Thanks > Just making sure you got that right. > > > (like BUILD SUCCESS or REGRESSION), also provide bisect report of > > unique error for first bad commit. > > Perfect! > > Thx. > > -- > Regards/Gruss, > Boris. > > Good mailing practices for 400: avoid top-posting and trim the reply.