On Thu, Apr 30, 2020 at 07:19:07PM +0200, Andrea Bolognani wrote:
> On Thu, 2020-04-30 at 15:14 +0100, Daniel P. Berrangé wrote:
> > +++ b/.gitlab-ci.yml
> > @@ -0,0 +1,171 @@
> > +
> > +stages:
> > + - prebuild
> > + - containers
> > + - build
>
> Should this stage be called "builds", just lik
On Thu, 2020-04-30 at 15:14 +0100, Daniel P. Berrangé wrote:
> +++ b/.gitlab-ci.yml
> @@ -0,0 +1,171 @@
> +
> +stages:
> + - prebuild
> + - containers
> + - build
Should this stage be called "builds", just like the previous one is
called "containers"?
I'm also thinking whether it would be inte
On Thu, Apr 30, 2020 at 03:14:15PM +0100, Daniel P. Berrangé wrote:
> The python build needs to validate two axis
>
> - A variety of libvirt versions
> - A variety of python versions
>
> We get coverage for both these axis by running a build against the
> distro provided libvirt packages. All t
The python build needs to validate two axis
- A variety of libvirt versions
- A variety of python versions
We get coverage for both these axis by running a build against the
distro provided libvirt packages. All that is then missing is a build
against the latest libvirt git master, which only n