Re: [Qemu-devel] [PATCH] .travis.yml: migrate to container builds

2016-01-19 Thread David Gibson
On Tue, Jan 19, 2016 at 07:22:07AM +, Alex Bennée wrote: > > David Gibson writes: > > > On Fri, Jan 15, 2016 at 10:45:09AM +, Alex Bennée wrote: > >> This moves the Travis tests from their old legacy VM > >> infrastructure (which only seems to run 5-6 jobs at once) to their new > >> cont

Re: [Qemu-devel] [PATCH] .travis.yml: migrate to container builds

2016-01-18 Thread Alex Bennée
David Gibson writes: > On Fri, Jan 15, 2016 at 10:45:09AM +, Alex Bennée wrote: >> This moves the Travis tests from their old legacy VM >> infrastructure (which only seems to run 5-6 jobs at once) to their new >> container based approach. >> >> The principle difference is there is no sudo in

Re: [Qemu-devel] [PATCH] .travis.yml: migrate to container builds

2016-01-18 Thread David Gibson
On Fri, Jan 15, 2016 at 10:45:09AM +, Alex Bennée wrote: > This moves the Travis tests from their old legacy VM > infrastructure (which only seems to run 5-6 jobs at once) to their new > container based approach. > > The principle difference is there is no sudo in the containers so all > packa

[Qemu-devel] [PATCH] .travis.yml: migrate to container builds

2016-01-15 Thread Alex Bennée
This moves the Travis tests from their old legacy VM infrastructure (which only seems to run 5-6 jobs at once) to their new container based approach. The principle difference is there is no sudo in the containers so all packages are installed using the apt add-on. This means one of the build combi