[Qemu-devel] [PATCH 0/4] docker: improve code coverage on CentOS images

Philippe Mathieu-Daudé posted 4 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170728233316.13352-1-f4bug@amsat.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
tests/docker/dockerfiles/centos6.docker | 31 ++++++++++++++++++++++++++-----
tests/docker/dockerfiles/centos7.docker | 31 +++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 tests/docker/dockerfiles/centos7.docker
[Qemu-devel] [PATCH 0/4] docker: improve code coverage on CentOS images
Posted by Philippe Mathieu-Daudé 6 years, 9 months ago
This series installs more packages to docker images to extend CI code
coverage.

Debian already have those but these images are only used on Shippable.
Extending CentOS images could improve patchew, and local user not custom to
Debian.

The first idea was to add Suse images but only OpenSUSE 13.2 is available on
DockerHub and the problem reported on [1] is using SUSE SLE11.

Regards,

Phil.

[1] http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg08993.html

Philippe Mathieu-Daudé (4):
  docker: use one package per line in CentOS config
  docker: add Xen libs to centos6 image
  docker: install more packages on CentOS to extend code coverage
  docker: add centos7 image

 tests/docker/dockerfiles/centos6.docker | 31 ++++++++++++++++++++++++++-----
 tests/docker/dockerfiles/centos7.docker | 31 +++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 5 deletions(-)
 create mode 100644 tests/docker/dockerfiles/centos7.docker

-- 
2.13.3


Re: [Qemu-devel] [PATCH 0/4] docker: improve code coverage on CentOS images
Posted by Fam Zheng 6 years, 8 months ago
On Fri, 07/28 20:33, Philippe Mathieu-Daudé wrote:
> This series installs more packages to docker images to extend CI code
> coverage.
> 
> Debian already have those but these images are only used on Shippable.
> Extending CentOS images could improve patchew, and local user not custom to
> Debian.

Thanks, queued.

> 
> The first idea was to add Suse images but only OpenSUSE 13.2 is available on
> DockerHub and the problem reported on [1] is using SUSE SLE11.

Have you checked if it is covered by the min-glib image?

Fam