Hacker News new | ask | show | jobs
by gkop 3921 days ago
My advice is to absolutely nail the abstraction layer between CI and code review. Remember that the most valuable software often has large build matrices and necessarily complicated code review <> CI workflows. Gerrit+Jenkins is actually surprisingly limited in these regards. GitHub+[Circle,Travis] delivers surprisingly close to the same level of flexibility here as Gerrit+Jenkins.
1 comments

Super interesting feedback, I super appreciate it :) Actually we are working now to manage the whole merge process and then CI + code review is our next item to tackle.

I will keep you posted about our progress!