Skip to content

ci: Update sync strategy for kernel-topic branches#30

Open
sgaud-quic wants to merge 1 commit intoqualcomm-linux:mainfrom
sgaud-quic:main
Open

ci: Update sync strategy for kernel-topic branches#30
sgaud-quic wants to merge 1 commit intoqualcomm-linux:mainfrom
sgaud-quic:main

Conversation

@sgaud-quic
Copy link
Contributor

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.

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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant