intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
258 stars 156 forks source link

repo/linux: add chrome-platform-firmware #312

Closed penvirus closed 1 year ago

rli9 commented 1 year ago

Thanks for the patch. There's already one repo repo/linux/chrome-platform with same url. Can you help check whether it is ok to update the existing repo configuration, or the url in the patch is not accurate?

penvirus commented 1 year ago

They are using the same git tree but with different branch name. Would you suggest to update the existing repo configuration for the two branches?

rli9 commented 1 year ago

By default, all the branches of repo are tested, unless it has configuration like

branch_allowlist: chromeos-4.14|chromeos-4.19|chromeos-5.4|chromeos-5.10|chromeos-5.15|chromeos-6.1
branch_denylist: .*

If you are referring to git_am_branch, it is used to guide patch testing to find appropriate base. You can add it to existing git_am_branch like below to have multiple candidates.

git_am_branch:
- testing
- for-linus
owner:
- Ilya Dryomov <idryomov@gmail.com>
- Xiubo Li <xiubli@redhat.com>
- Jeff Layton <jlayton@kernel.org>
penvirus commented 1 year ago

Thanks for the guidance. Have updated the series.

rli9 commented 1 year ago

thanks for the patch