On Mon, Jun 20, 2016 at 11:52:14AM +0200, Jiri Slaby wrote: > On 06/20/2016, 11:39 AM, Fengguang Wu wrote: > >> git://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git > > > > It looks already in the testing pipeline. :) > > Oh, and it's there for a quite long already :). But I have never seen an > e-mail from the robot, I think. I hope it only means that none was sent...
Oops, it should be configured to not skip old kernels: --- a/repo/linux/jirislaby-stable +++ b/repo/linux/jirislaby-stable @@ -1,3 +1,4 @@ url: https://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git owner: Jiri Slaby <jsl...@suse.cz> notify_build_success_branch: .* +test_old_branches: .* That should really enable testing for your stable tree. :) Thanks, Fengguang