From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7255988222367904882==" MIME-Version: 1.0 From: Rong Chen To: kbuild-all@lists.01.org Subject: Re: Adding branches for testing Date: Thu, 23 Jul 2020 15:57:50 +0800 Message-ID: <40833ab8-8a33-b452-ae61-6574bbaaa992@intel.com> In-Reply-To: <20200723072720.GL3533@dell> List-Id: --===============7255988222367904882== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 7/23/20 3:27 PM, Lee Jones wrote: > On Thu, 23 Jul 2020, Rong Chen wrote: > >> >> On 7/23/20 2:32 PM, Lee Jones wrote: >>> On Wed, 22 Jul 2020, Nathan Chancellor wrote: >>> >>>> Hi Lee, >>>> >>>> On Wed, Jul 22, 2020 at 07:03:19PM +0100, Lee Jones wrote: >>>>> Good evening, >>>>> >>>>> Is it possible to obtain build-test results for successful builds? >>>>> >>>>> If so, what is the process for adding branches to your system? >>>>> >>>>> Thanks in advance. >>>>> >>>>> Kind regards, >>>>> Lee >>>>> >>>> I filed a pull request against their repository and I get email >>>> notifications whenever I push to a new branch on my repository: >>>> >>>> https://github.com/intel/lkp-tests/pull/64 >>> Of course it's on GitHub! :) >>> >>> There was me thinking it was secret source. >>> >>>> Looks like there are a lot of trees to look over in case you want to >>>> customize it in some way, I am not sure of any documentation over it >>>> though: >>> Docs: >>> >>> https://github.com/intel/lkp-tests >>> https://github.com/intel/lkp-tests/wiki >>> >>>> https://github.com/intel/lkp-tests/tree/master/repo/linux >>> You've been a great help Nathan. Thank you! >>> >> Hi Lee, Nathan, >> >> We have updated the config file for repo/linux/ljones-mfd: https://githu= b.com/intel/lkp-tests/commit/deff2b285b141ac462b3a7091566ce2ea218c9f0 >> and there is a introduce document for these items: >> https://github.com/intel/lkp-tests/wiki/Repo-Spec > Would you be kind enough to expand on a couple of points for me > please? The Repo-Spec seems to be lacking in a couple of areas. > > What are 'integration_testing_branches'? Will lkp-tests only operate > on those branches and exclude all others (except those mentioned in > 'whitelist_branch' of course). Hi Lee, the branches of integration_testing_branches are from linux-next tree, 'integration_testing_branches' means 0day will try to apply lkml patches = to these branches to test. $ git show linux-next/master:Next/Trees | grep lee/mfd mfd-fixes=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 git = git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git#for-mfd-fixes mfd=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= git = git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git#for-mfd-next > > What are 'subsystems'? If the MFD case, these do not appears to be > directories. Do they pertain to something else, regex for instance? 'subsystems' is generated from linus/master:MAINTAINERS, 0day use it to com= pare with the patch subject from lkml, and sort the branches that the patch may want to be applied to. Best Regards, Rong Chen > > Any help would be gratefully received. > --===============7255988222367904882==--