On Wed, 2020-06-24 at 16:17 +0100, Daniel P. Berrangé wrote: > The dbus build needs to validate one axis > > - A variety of libvirt versions > > We test a variety of libvirt versions 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 needs to be run on > a single distro, for which CentOS 8 is picked as a stable long life > base. > > RPM build and tests are skipped on CentOS 7 since it lacks the required > min version of some packages. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > .gitlab-ci.yml | 218 ++++++++++++++++++ > ci/containers/libvirt-centos-7.Dockerfile | 90 ++++++++ > ci/containers/libvirt-centos-8.Dockerfile | 68 ++++++ > .../libvirt-centos-stream.Dockerfile | 69 ++++++ > ci/containers/libvirt-debian-10.Dockerfile | 61 +++++ > ci/containers/libvirt-debian-9.Dockerfile | 64 +++++ > ci/containers/libvirt-debian-sid.Dockerfile | 61 +++++ > ci/containers/libvirt-fedora-31.Dockerfile | 58 +++++ > ci/containers/libvirt-fedora-32.Dockerfile | 58 +++++ > .../libvirt-fedora-rawhide.Dockerfile | 59 +++++ > ci/containers/libvirt-opensuse-151.Dockerfile | 60 +++++ > ci/containers/libvirt-ubuntu-1804.Dockerfile | 64 +++++ > ci/containers/libvirt-ubuntu-2004.Dockerfile | 61 +++++ > 13 files changed, 991 insertions(+) Everything in this commit looks good, but you're missing ci/containers/refresh.sh ci/containers/README.rst -- Andrea Bolognani / Red Hat / Virtualization