Re: Regressions getting more common
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-10-15 8:55 a.m., Luis Machado wrote: > That resembles the workflow I experimented with Jenkins/Gerrit. I quite > like it and it kept things pretty organized. > > But, like I said, I wouldn't know how to configure this properly. But > I'll ask around at Linaro to see if we can spare someone that can help. There is a buildbot change source that watches Gerrit events: https://docs.buildbot.net/current/manual/configuration/changesources.html#gerritchangesource So I presume it's not very complicated. I'd like to tinker with this eventually, maybe with a local install. Simon