[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x
From: |
Alex Bennée |
Subject: |
Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x |
Date: |
Fri, 22 Nov 2019 23:09:16 +0000 |
User-agent: |
mu4e 1.3.5; emacs 27.0.50 |
Thomas Huth <address@hidden> writes:
> Travis recently added build hosts for arm64, ppc64le and s390x, so
> this is a welcome addition to our Travis testing matrix.
>
> Unfortunately, the builds are running in quite restricted LXD containers
> there, for example it is not possible to create huge files there (even
> if they are just sparse), and certain system calls are blocked. So we
> have to change some tests first to stop them failing in such environments.
<snip>
> iotests: Skip test 060 if it is not possible to create large files
> iotests: Skip test 079 if it is not possible to create large files
It seems like 161 is also failing:
https://travis-ci.org/stsquad/qemu/jobs/615672478
> tests/hd-geo-test: Skip test when images can not be created
> tests/test-util-filemonitor: Skip test on non-x86 Travis containers
> travis.yml: Enable builds on arm64, ppc64le and s390x
>
> .travis.yml | 85 ++++++++++++++++++++++++++++++++++-
> tests/hd-geo-test.c | 12 ++++-
> tests/qemu-iotests/060 | 6 +++
> tests/qemu-iotests/079 | 6 +++
> tests/test-util-filemonitor.c | 11 +++++
> 5 files changed, 118 insertions(+), 2 deletions(-)
--
Alex Bennée
- [PATCH 3/6] tests/hd-geo-test: Skip test when images can not be created, (continued)
- [PATCH 3/6] tests/hd-geo-test: Skip test when images can not be created, Thomas Huth, 2019/11/19
- [PATCH 4/6] tests/test-util-filemonitor: Skip test on non-x86 Travis containers, Thomas Huth, 2019/11/19
- [PATCH 5/6] travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS, Thomas Huth, 2019/11/19
- [PATCH 6/6] travis.yml: Enable builds on arm64, ppc64le and s390x, Thomas Huth, 2019/11/19
- Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x,
Alex Bennée <=