[Qemu-devel] [PULL 0/5] Docker testing and shippable patches

Fam Zheng posted 5 patches 7 years, 2 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker passed
Test s390x passed
.shippable.yml                                     | 19 ++++++++++++++++
MAINTAINERS                                        | 13 ++++++-----
tests/docker/Makefile.include                      |  6 ++++++
tests/docker/common.rc                             |  2 +-
tests/docker/docker.py                             | 16 ++++++++++++--
tests/docker/dockerfiles/debian-arm64-cross.docker | 15 +++++++++++++
tests/docker/dockerfiles/debian-armhf-cross.docker | 15 +++++++++++++
tests/docker/dockerfiles/debian.docker             | 25 ++++++++++++++++++++++
tests/docker/dockerfiles/fedora.docker             |  2 +-
9 files changed, 102 insertions(+), 11 deletions(-)
create mode 100644 .shippable.yml
create mode 100644 tests/docker/dockerfiles/debian-arm64-cross.docker
create mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker
create mode 100644 tests/docker/dockerfiles/debian.docker
[Qemu-devel] [PULL 0/5] Docker testing and shippable patches
Posted by Fam Zheng 7 years, 2 months ago
The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)

are available in the git repository at:

  git://github.com/famz/qemu.git tags/for-upstream

for you to fetch changes up to a8f159d45bcb78c00ea160bfc2b94512e4ed9910:

  docker: Install python2 explicitly in docker image (2017-02-24 14:18:11 +0800)

----------------------------------------------------------------

Hi Peter,

These are testing and build automation patches:

- Shippable.com powered CI config
- Docker cross build
- Fixes and MAINTAINERS tweaks.

----------------------------------------------------------------

Alex Bennée (4):
  tests/docker: add basic user mapping support
  new: debian docker targets for cross-compiling
  .shippable.yml: new CI provider
  MAINTAINERS: merge Build and test automation with Docker tests

Fam Zheng (1):
  docker: Install python2 explicitly in docker image

 .shippable.yml                                     | 19 ++++++++++++++++
 MAINTAINERS                                        | 13 ++++++-----
 tests/docker/Makefile.include                      |  6 ++++++
 tests/docker/common.rc                             |  2 +-
 tests/docker/docker.py                             | 16 ++++++++++++--
 tests/docker/dockerfiles/debian-arm64-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian-armhf-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian.docker             | 25 ++++++++++++++++++++++
 tests/docker/dockerfiles/fedora.docker             |  2 +-
 9 files changed, 102 insertions(+), 11 deletions(-)
 create mode 100644 .shippable.yml
 create mode 100644 tests/docker/dockerfiles/debian-arm64-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian.docker

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Docker testing and shippable patches
Posted by Peter Maydell 7 years, 2 months ago
On 24 February 2017 at 06:32, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/for-upstream
>
> for you to fetch changes up to a8f159d45bcb78c00ea160bfc2b94512e4ed9910:
>
>   docker: Install python2 explicitly in docker image (2017-02-24 14:18:11 +0800)
>
> ----------------------------------------------------------------
>
> Hi Peter,
>
> These are testing and build automation patches:
>
> - Shippable.com powered CI config
> - Docker cross build
> - Fixes and MAINTAINERS tweaks.

Applied, thanks.

-- PMM