[libvirt-java PATCH 0/6] Enable GitLab CI and merge requests

Daniel P. Berrangé posted 6 patches 3 years, 11 months ago
Failed in applying to current master (apply log)
.gitlab-ci.yml                                | 170 ++++++++++++++++++
.gitpublish                                   |   4 -
CONTRIBUTING.rst                              |  28 +++
README.in                                     |  16 +-
ci/README.rst                                 |  14 ++
ci/libvirt-centos-7.Dockerfile                |  88 +++++++++
ci/libvirt-centos-8.Dockerfile                |  55 ++++++
ci/libvirt-debian-10.Dockerfile               |  58 ++++++
ci/libvirt-debian-9.Dockerfile                |  61 +++++++
ci/libvirt-debian-sid.Dockerfile              |  58 ++++++
ci/libvirt-fedora-31.Dockerfile               |  55 ++++++
ci/libvirt-fedora-32.Dockerfile               |  64 +++++++
ci/libvirt-fedora-rawhide.Dockerfile          |  56 ++++++
ci/libvirt-opensuse-151.Dockerfile            |  57 ++++++
ci/libvirt-ubuntu-1804.Dockerfile             |  61 +++++++
ci/libvirt-ubuntu-2004.Dockerfile             |  58 ++++++
ci/refresh                                    |  27 +++
libvirt-java.spec.in                          |   6 +-
.../java/org/libvirt/TestJavaBindings.java    |  13 +-
19 files changed, 927 insertions(+), 22 deletions(-)
delete mode 100644 .gitpublish
create mode 100644 CONTRIBUTING.rst
create mode 100644 ci/README.rst
create mode 100644 ci/libvirt-centos-7.Dockerfile
create mode 100644 ci/libvirt-centos-8.Dockerfile
create mode 100644 ci/libvirt-debian-10.Dockerfile
create mode 100644 ci/libvirt-debian-9.Dockerfile
create mode 100644 ci/libvirt-debian-sid.Dockerfile
create mode 100644 ci/libvirt-fedora-31.Dockerfile
create mode 100644 ci/libvirt-fedora-32.Dockerfile
create mode 100644 ci/libvirt-fedora-rawhide.Dockerfile
create mode 100644 ci/libvirt-opensuse-151.Dockerfile
create mode 100644 ci/libvirt-ubuntu-1804.Dockerfile
create mode 100644 ci/libvirt-ubuntu-2004.Dockerfile
create mode 100755 ci/refresh
[libvirt-java PATCH 0/6] Enable GitLab CI and merge requests
Posted by Daniel P. Berrangé 3 years, 11 months ago
This fixes a bugs from bit-rot and then enables GitLab CI and use of
merge requests for contribution.

Daniel P. Berrangé (6):
  Fix test driver connection type
  Add workaround for broken screenshot API on Ubuntu 18.04 vintage
  Remove reference to test.java file that was deleted
  rpm: skip junit tests in RHEL-8 build
  gitlab: introduce CI jobs testing git master & distro libvirt
  gitlab: add CONTRIBUTING.rst file to indicate use of merge requests

 .gitlab-ci.yml                                | 170 ++++++++++++++++++
 .gitpublish                                   |   4 -
 CONTRIBUTING.rst                              |  28 +++
 README.in                                     |  16 +-
 ci/README.rst                                 |  14 ++
 ci/libvirt-centos-7.Dockerfile                |  88 +++++++++
 ci/libvirt-centos-8.Dockerfile                |  55 ++++++
 ci/libvirt-debian-10.Dockerfile               |  58 ++++++
 ci/libvirt-debian-9.Dockerfile                |  61 +++++++
 ci/libvirt-debian-sid.Dockerfile              |  58 ++++++
 ci/libvirt-fedora-31.Dockerfile               |  55 ++++++
 ci/libvirt-fedora-32.Dockerfile               |  64 +++++++
 ci/libvirt-fedora-rawhide.Dockerfile          |  56 ++++++
 ci/libvirt-opensuse-151.Dockerfile            |  57 ++++++
 ci/libvirt-ubuntu-1804.Dockerfile             |  61 +++++++
 ci/libvirt-ubuntu-2004.Dockerfile             |  58 ++++++
 ci/refresh                                    |  27 +++
 libvirt-java.spec.in                          |   6 +-
 .../java/org/libvirt/TestJavaBindings.java    |  13 +-
 19 files changed, 927 insertions(+), 22 deletions(-)
 delete mode 100644 .gitpublish
 create mode 100644 CONTRIBUTING.rst
 create mode 100644 ci/README.rst
 create mode 100644 ci/libvirt-centos-7.Dockerfile
 create mode 100644 ci/libvirt-centos-8.Dockerfile
 create mode 100644 ci/libvirt-debian-10.Dockerfile
 create mode 100644 ci/libvirt-debian-9.Dockerfile
 create mode 100644 ci/libvirt-debian-sid.Dockerfile
 create mode 100644 ci/libvirt-fedora-31.Dockerfile
 create mode 100644 ci/libvirt-fedora-32.Dockerfile
 create mode 100644 ci/libvirt-fedora-rawhide.Dockerfile
 create mode 100644 ci/libvirt-opensuse-151.Dockerfile
 create mode 100644 ci/libvirt-ubuntu-1804.Dockerfile
 create mode 100644 ci/libvirt-ubuntu-2004.Dockerfile
 create mode 100755 ci/refresh

-- 
2.26.2

Re: [libvirt-java PATCH 0/6] Enable GitLab CI and merge requests
Posted by Andrea Bolognani 3 years, 11 months ago
On Tue, 2020-05-12 at 10:51 +0100, Daniel P. Berrangé wrote:
> This fixes a bugs from bit-rot and then enables GitLab CI and use of
> merge requests for contribution.
> 
> Daniel P. Berrangé (6):
>   Fix test driver connection type
>   Add workaround for broken screenshot API on Ubuntu 18.04 vintage
>   Remove reference to test.java file that was deleted

I looked at these first three patches and didn't really see
anything obviously wrong with them, so under the assumption that
you know what you're doing and you've tested your changes properly,

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

to them.

>   rpm: skip junit tests in RHEL-8 build
>   gitlab: introduce CI jobs testing git master & distro libvirt
>   gitlab: add CONTRIBUTING.rst file to indicate use of merge requests

These I already commented on separately.

-- 
Andrea Bolognani / Red Hat / Virtualization