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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: