Re: Autobuild Progress (was Re: Automated tests)

2017-02-05 Thread Daniel Ruggeri
On 1/31/2017 4:30 PM, Jacob Champion wrote: > On 01/30/2017 05:39 PM, Daniel Ruggeri wrote: >> I'm tremendously inspired by this work. What are your thoughts on the >> idea of having a series of docker container builds that compile and run >> the test suite on various distributions? I'll

Re: Autobuild Progress (was Re: Automated tests)

2017-02-02 Thread Jacob Champion
On 01/30/2017 12:02 PM, Jacob Champion wrote: - run per-commit incremental builds - run nightly clean builds These two are implemented. Every commit you make to trunk (well, group of commits, within fifteen seconds of each other) is run through an incremental build, which takes about ten

Re: Autobuild Progress (was Re: Automated tests)

2017-01-31 Thread Jacob Champion
On 01/30/2017 06:23 PM, Daniel Shahaf wrote: You could also configure buildbot to detect any new compiler warnings. That'll cause buildbot to report a FAILURE (red) or a WARNING (yellow), instead of a SUCCESS (green), if the build succeeded but a compiler warning has been issued. Good

Re: Autobuild Progress (was Re: Automated tests)

2017-01-31 Thread Jacob Champion
On 01/30/2017 05:39 PM, Daniel Ruggeri wrote: I'm tremendously inspired by this work. What are your thoughts on the idea of having a series of docker container builds that compile and run the test suite on various distributions? I'll volunteer to give this a whack since it's something that's

Re: Autobuild Progress (was Re: Automated tests)

2017-01-30 Thread Daniel Shahaf
Jacob Champion wrote on Mon, Jan 30, 2017 at 12:02:35 -0800: > On 01/02/2017 07:53 AM, Daniel Shahaf wrote: > >Setting this up isn't a lot more complicated than filing an INFRA ticket > >with a build script, a list of build dependencies, and a list of > >branches to build, and deciding how build

Re: Autobuild Progress (was Re: Automated tests)

2017-01-30 Thread Daniel Ruggeri
I'm tremendously inspired by this work. What are your thoughts on the idea of having a series of docker container builds that compile and run the test suite on various distributions? I'll volunteer to give this a whack since it's something that's been in the back of my mind for a long while... I

Autobuild Progress (was Re: Automated tests)

2017-01-30 Thread Jacob Champion
On 01/02/2017 07:53 AM, Daniel Shahaf wrote: Setting this up isn't a lot more complicated than filing an INFRA ticket with a build script, a list of build dependencies, and a list of branches to build, and deciding how build failures would be notified. To follow up on this, we now have an