[Qemu-devel] [PATCH v2.5 0/5] (more) Updated Travis Queue

Philippe Mathieu-Daudé posted 5 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
.shippable.yml                                     |  4 +++
tests/docker/Makefile.include                      |  4 +++
tests/docker/dockerfiles/debian-ports.docker       | 35 ++++++++++++++++++++++
tests/docker/dockerfiles/debian-win32-cross.docker | 32 ++++++++++++++++++++
tests/docker/dockerfiles/debian-win64-cross.docker | 32 ++++++++++++++++++++
tests/docker/dockerfiles/debian.docker             | 13 ++++++++
tests/docker/dockerfiles/debian8-mxe.docker        | 18 +++++++++++
tests/docker/dockerfiles/debian9.docker            |  1 +
8 files changed, 139 insertions(+)
create mode 100644 tests/docker/dockerfiles/debian-ports.docker
create mode 100644 tests/docker/dockerfiles/debian-win32-cross.docker
create mode 100644 tests/docker/dockerfiles/debian-win64-cross.docker
create mode 100644 tests/docker/dockerfiles/debian.docker
create mode 100644 tests/docker/dockerfiles/debian8-mxe.docker
[Qemu-devel] [PATCH v2.5 0/5] (more) Updated Travis Queue
Posted by Philippe Mathieu-Daudé 6 years, 9 months ago
Sorry I messed previous series... just updated last 5 patches of v2.

v2.5:
- MXE replaced <tab> by <space>s
- docker9/ports: lost package 'clang' re-added
- include patch keep 'debian.docker' base image backward incompatible 

On 07/17/2017 09:31 PM, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> a bit late, but in case you can take some for 2.10:
> 
> v2:
> - cleanup few packages (to improve image caching)
> - dropped mipsEL and keep mipsEB image (32-bit big endian)
> - add mips64EL (64-bit little endian)
> - add mingw32 and mingw64 targets (shared libs, could be static)
> - add debian Ports image [can be dropped, use as base for SH4 for 2.11]
> 
> On 07/17/2017 11:48 AM, Alex Bennée wrote:
>> Hi,
>>
>> This is the current status of the travis/next patch queue. The
>> includes updates from Paolo to allow parallelism while testing in the
>> docker environment. I've extended the travis image so we can actually
>> run our travis.py script in the Travis image.
>>
>> There are also a number of updates from Phillipe which add a bunch of
>> additional cross compile targets to our shippable setup. The cachinfo
>> patch is temporary and won't make the pull as it is already queued in
>> Richard's tcg-next.
>>
>> I'm currently trying to catch one of our Travis hangs in the act
>> (postcopy-test) but it seems to be very much a heavy load race
>> condition which annoyingly stops happening once you try and get
>> debugging tools on it. This is the reason I've updated the travis
>> docker image to include the debug tools;-)
>>
>> As long as there are no screams of outrage I'll roll a pullreq for
>> softfreeze tomorrow.

Philippe Mathieu-Daudé (5):
  docker: add MXE (M cross environment) base image for MinGW-w64
  shippable: add win32/64 targets
  docker: add debian Ports base image
  docker: warn users to use newer debian8/debian9 base image
  docker: install clang since Shippable setup_ve() verify it is
    available

 .shippable.yml                                     |  4 +++
 tests/docker/Makefile.include                      |  4 +++
 tests/docker/dockerfiles/debian-ports.docker       | 35 ++++++++++++++++++++++
 tests/docker/dockerfiles/debian-win32-cross.docker | 32 ++++++++++++++++++++
 tests/docker/dockerfiles/debian-win64-cross.docker | 32 ++++++++++++++++++++
 tests/docker/dockerfiles/debian.docker             | 13 ++++++++
 tests/docker/dockerfiles/debian8-mxe.docker        | 18 +++++++++++
 tests/docker/dockerfiles/debian9.docker            |  1 +
 8 files changed, 139 insertions(+)
 create mode 100644 tests/docker/dockerfiles/debian-ports.docker
 create mode 100644 tests/docker/dockerfiles/debian-win32-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian-win64-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian.docker
 create mode 100644 tests/docker/dockerfiles/debian8-mxe.docker

-- 
2.13.2


Re: [Qemu-devel] [PATCH v2.5 0/5] (more) Updated Travis Queue
Posted by Fam Zheng 6 years, 9 months ago
On Mon, 07/17 23:47, Philippe Mathieu-Daudé wrote:
> Sorry I messed previous series... just updated last 5 patches of v2.

Please do full respins and don't post as in-reply-to previous versions, this
doesn't make things any easier for maintainers.

Fam