简体   繁体   中英

Gerrit + GitLab's CI

We have been using Gerrit for code review, but now we want to use GitLab's CI as one of the code review reviewers. Basically if the GitLab CI build is successful the review would pass for the user represented by GitLab's CI.

I guess I could set up a couple of hooks to get both systems to talk, but I am wondering if someone already did this and/or if someone could give me pointers on how to get it running.

Have you looked at "yiree" (Jiri)? It is perhaps a bit more than you want, and it has its own CL flow, but the hooks between a git-like repo and Gerrit are there: https://github.com/vanadium/go.jiri

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM