Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto rebasing support for collabora-next tree #181

Open
laura-nao opened this issue Oct 7, 2024 · 0 comments
Open

Auto rebasing support for collabora-next tree #181

laura-nao opened this issue Oct 7, 2024 · 0 comments
Assignees

Comments

@laura-nao
Copy link
Contributor

Collabora maintains a linux-next based tree on Gitlab for testing patches in KernelCI that haven’t been merged upstream: https://gitlab.collabora.com/kernel/collabora-next

This tree is built on linux-next and needs to be periodically rebased, ideally every time a new linux-next tag is released. Currently, this rebase is done manually (e.g., git fetch <next-remote> master; git rebase --onto <next-remote>/master HEAD~3).

This issue proposes implementing automatic rebasing for the for-kernelci branch of the collabora-next tree, which would enable KernelCI tests to be triggered without manual intervention. Automating this process could also benefit other kernel trees.

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

No branches or pull requests

2 participants