Skip to content
Failed

Changes

Summary

  1. gitlab: introduce CI jobs testing git master & distro libvirt (details)
  2. gitlab: add CONTRIBUTING.rst file to indicate use of merge requests (details)
Commit 75fd2d61e300c164f19d88376f6b8584d57c2483 by berrange
gitlab: introduce CI jobs testing git master & distro libvirt
The java build needs to validate two axis
- A variety of libvirt versions
- A variety of java 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 needs to be run on a
single distro, for which Fedora 32 is picked. CentOS 8 is unable to run
tests, since it lacks ant-junit packages.
Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by:
Daniel P. Berrangé <berrange@redhat.com>
The file was addedci/libvirt-ubuntu-2004.Dockerfile (diff)
The file was addedci/libvirt-fedora-32.Dockerfile (diff)
The file was addedci/libvirt-centos-7.Dockerfile (diff)
The file was addedci/libvirt-fedora-31.Dockerfile (diff)
The file was modified.gitlab-ci.yml (diff)
The file was addedci/libvirt-debian-9.Dockerfile (diff)
The file was addedci/libvirt-fedora-rawhide.Dockerfile (diff)
The file was addedci/libvirt-ubuntu-1804.Dockerfile (diff)
The file was addedci/libvirt-debian-sid.Dockerfile (diff)
The file was addedci/README.rst (diff)
The file was addedci/libvirt-centos-8.Dockerfile (diff)
The file was addedci/refresh (diff)
The file was addedci/libvirt-opensuse-151.Dockerfile (diff)
The file was addedci/libvirt-debian-10.Dockerfile (diff)
Commit b2b77800c8e96d2f95ba4350ac6b28eb8699b3ee by berrange
gitlab: add CONTRIBUTING.rst file to indicate use of merge requests
With the introduction of automated CI pipelines, we are now ready to
switch to using merge requests for the project. With this switch we
longer wish to have patches sent to the mailing list, and thus the
git-publish config is removed.
Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by:
Daniel P. Berrangé <berrange@redhat.com>
The file was removed.gitpublish (diff)
The file was addedCONTRIBUTING.rst (diff)