Gerrit + GitLab CI

We used Gerrit to test the code, but now we want to use GitLab CI as one of the code review browsers. Basically, if the build of GitLab CI is successful, a review will take place for the user represented by GitLab CI.

I think I could create a couple of hooks to make both systems talk, but I wonder if someone has already done this and / or someone can give me directions on how to make it work.

+7
git gitlab gerrit gitlab-ci
source share
1 answer

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

0
source share

All Articles