Closed penvirus closed 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?
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>
Thanks for the guidance. Have updated the series.
thanks for the patch
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?