You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Update sync strategy for kernel-topic branches
Sync steps followed for kernel-topic branches:
1. Sync qcom-next
2. Merge topic branch on top of it
3. Merge PR
This fails when topic branches are rebased on latest kernel version
e.g. 6.19-rc2 and qcom-next is on older kernel e.g 6.18
Merge of topic branch to qcom-next fails.
Update the sync strategy to use automerge as below :
1. Sync kernel repository
2. Run automerge taking baseline branch of kernel-topics as baseline
3. Merge PR under test on top of it
This will ensure below
1. All changes are part of the merged branch.
2. Any dependent PR's not yet part of qcom-next will be covered here.
Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
0 commit comments