[libvirt-cim PATCH v2 0/2] Introduce GitLab CI and merge requests

Daniel P. Berrangé posted 2 patches 3 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.gitlab-ci.yml                                | 114 ++++++++++++++++++
.gitpublish                                   |   4 -
CONTRIBUTING.rst                              |  28 +++++
ci/containers/README.rst                      |  14 +++
ci/containers/libvirt-centos-7.Dockerfile     |  96 +++++++++++++++
ci/containers/libvirt-fedora-31.Dockerfile    |  56 +++++++++
ci/containers/libvirt-fedora-32.Dockerfile    |  56 +++++++++
.../libvirt-fedora-rawhide.Dockerfile         |  57 +++++++++
ci/containers/refresh                         |  27 +++++
9 files changed, 448 insertions(+), 4 deletions(-)
delete mode 100644 .gitpublish
create mode 100644 CONTRIBUTING.rst
create mode 100644 ci/containers/README.rst
create mode 100644 ci/containers/libvirt-centos-7.Dockerfile
create mode 100644 ci/containers/libvirt-fedora-31.Dockerfile
create mode 100644 ci/containers/libvirt-fedora-32.Dockerfile
create mode 100644 ci/containers/libvirt-fedora-rawhide.Dockerfile
create mode 100755 ci/containers/refresh
[libvirt-cim PATCH v2 0/2] Introduce GitLab CI and merge requests
Posted by Daniel P. Berrangé 3 years, 9 months ago
Daniel P. Berrangé (2):
  gitlab: introduce CI jobs testing git master & distro libvirt
  gitlab: add CONTRIBUTING.rst file to indicate use of merge requests

 .gitlab-ci.yml                                | 114 ++++++++++++++++++
 .gitpublish                                   |   4 -
 CONTRIBUTING.rst                              |  28 +++++
 ci/containers/README.rst                      |  14 +++
 ci/containers/libvirt-centos-7.Dockerfile     |  96 +++++++++++++++
 ci/containers/libvirt-fedora-31.Dockerfile    |  56 +++++++++
 ci/containers/libvirt-fedora-32.Dockerfile    |  56 +++++++++
 .../libvirt-fedora-rawhide.Dockerfile         |  57 +++++++++
 ci/containers/refresh                         |  27 +++++
 9 files changed, 448 insertions(+), 4 deletions(-)
 delete mode 100644 .gitpublish
 create mode 100644 CONTRIBUTING.rst
 create mode 100644 ci/containers/README.rst
 create mode 100644 ci/containers/libvirt-centos-7.Dockerfile
 create mode 100644 ci/containers/libvirt-fedora-31.Dockerfile
 create mode 100644 ci/containers/libvirt-fedora-32.Dockerfile
 create mode 100644 ci/containers/libvirt-fedora-rawhide.Dockerfile
 create mode 100755 ci/containers/refresh

-- 
2.26.2

Re: [libvirt-cim PATCH v2 0/2] Introduce GitLab CI and merge requests
Posted by Andrea Bolognani 3 years, 9 months ago
On Thu, 2020-06-25 at 13:42 +0100, Daniel P. Berrangé wrote:
> Daniel P. Berrangé (2):
>   gitlab: introduce CI jobs testing git master & distro libvirt
>   gitlab: add CONTRIBUTING.rst file to indicate use of merge requests
> 
>  .gitlab-ci.yml                                | 114 ++++++++++++++++++
>  .gitpublish                                   |   4 -
>  CONTRIBUTING.rst                              |  28 +++++
>  ci/containers/README.rst                      |  14 +++
>  ci/containers/libvirt-centos-7.Dockerfile     |  96 +++++++++++++++
>  ci/containers/libvirt-fedora-31.Dockerfile    |  56 +++++++++
>  ci/containers/libvirt-fedora-32.Dockerfile    |  56 +++++++++
>  .../libvirt-fedora-rawhide.Dockerfile         |  57 +++++++++
>  ci/containers/refresh                         |  27 +++++
>  9 files changed, 448 insertions(+), 4 deletions(-)

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

-- 
Andrea Bolognani / Red Hat / Virtualization