Re: [libvirt-python PATCH v3 2/3] gitlab: introduce CI jobs testing git master & distro libvirt

2020-05-01 Thread Daniel P . Berrangé
On Fri, May 01, 2020 at 05:56:23PM +0200, Pavel Hrdina wrote: > On Fri, May 01, 2020 at 10:20:03AM +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 a

Re: [libvirt-python PATCH v3 2/3] gitlab: introduce CI jobs testing git master & distro libvirt

2020-05-01 Thread Pavel Hrdina
On Fri, May 01, 2020 at 10:20:03AM +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

Re: [libvirt-python PATCH v3 2/3] gitlab: introduce CI jobs testing git master & distro libvirt

2020-05-01 Thread Andrea Bolognani
On Fri, 2020-05-01 at 10:20 +0100, Daniel P. Berrangé wrote: > +.build_git_job_template: &build_git_job_definition > + image: $CI_REGISTRY_IMAGE/ci-$NAME:latest > + stage: builds This should be git_build_job_template... > +.build_dist_job_template: &build_dist_job_definition > + image: $CI_REG

[libvirt-python PATCH v3 2/3] gitlab: introduce CI jobs testing git master & distro libvirt

2020-05-01 Thread Daniel P . Berrangé
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