Message ID | 20171209001111.GA23222@mellanox.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi Jason, On Fri, Dec 08, 2017 at 05:11:11PM -0700, Jason Gunthorpe wrote: >Hi Fengguang, > >RDMA has moved to a co-maintainer and shared tree model for our >official repo, can you update the 0-day build service information? My pleasure! >I looked at your lktp git tree and came up with the patch below, not >sure it is totally right, and wasn't able to check 'subsystems'.. The subsystems annotation are to help find the most relevant base git tree to git-am LKML patches. For example, [PATCH] ib: do some change If your tree has "ib" included in the subsystems field, then the patch will have higher match score to your git tree. >The main thing is we'd like to test all branches in rdma.git, and >loose patches posted to our mailing list (linux-rdma@vger.kernel.org) >and both of us would receive email'd build completion notifications. OK. >Thank you for running this service, we in the RDMA community have >found it valuable! Thank you for your appreciations! >+git_am_branch: for-next >+integration_testing_branches: for-next integration_testing_branches automatically indicates git_am_branch. The former also means the branch is merge tested by linux-next. So I'll remove the git_am_branch line. Thanks, Fengguang -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/repo/linux/infiniband b/repo/linux/infiniband deleted file mode 100644 index 3005d3e1e38ed5..00000000000000 --- a/repo/linux/infiniband +++ /dev/null @@ -1,6 +0,0 @@ -url: https://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git -owner: Doug Ledford <dledford@redhat.com> -git_am_branch: for-next -subsystems: -- ib -mail_cc: linux-rdma@vger.kernel.org \ No newline at end of file diff --git a/repo/linux/rdma b/repo/linux/rdma index b2e2bc5aec60c8..75d9200b001f5f 100644 --- a/repo/linux/rdma +++ b/repo/linux/rdma @@ -1,7 +1,11 @@ -url: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git +url: https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git +git_am_branch: for-next +integration_testing_branches: for-next mail_cc: linux-rdma@vger.kernel.org -owner: Doug Ledford <dledford@redhat.com> -git_am_branch: master +owner: +- Doug Ledford <dledford@redhat.com> +- Jason Gunthorpe <jgg+lists@ziepe.ca> +notify_build_success_branch: .* subsystems: - ib - iser