mbox series

[PULL,v4,0/4] more testing fixes (all green now)

Message ID 20210106202616.20004-1-alex.bennee@linaro.org
Headers show
Series more testing fixes (all green now) | expand

Message

Alex Bennée Jan. 6, 2021, 8:26 p.m. UTC
The following changes since commit aadac5b3d9fdce28030495f80fc76a4336e97328:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-01-06 15:55:29 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-060121-4

for you to fetch changes up to af229fc367021e361cebaf84acceb01f28922cc4:

  cirrus: don't run full qtest on macOS (2021-01-06 17:30:02 +0000)

----------------------------------------------------------------
Testing updates (back to green)

  - include ccache in Debian 10 docker image
  - iotests: drop 312 from auto group
  - bound reading of s390x framebuffer file
  - cirrus: drop non-x86 tests so we complete

----------------------------------------------------------------
Alex Bennée (2):
      tests/iotests: drop test 312 from auto group
      tests/acceptance: bound the size of readline in s390_ccw_virtio

Daniel P. Berrangé (1):
      cirrus: don't run full qtest on macOS

Philippe Mathieu-Daudé (1):
      tests/docker: Include 'ccache' in Debian base image

 .cirrus.yml                                 | 14 ++++++++++----
 tests/acceptance/machine_s390_ccw_virtio.py |  2 +-
 tests/docker/dockerfiles/debian10.docker    |  1 +
 tests/qemu-iotests/group                    |  2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.20.1

Comments

Peter Maydell Jan. 7, 2021, 12:05 p.m. UTC | #1
On Wed, 6 Jan 2021 at 20:26, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit aadac5b3d9fdce28030495f80fc76a4336e97328:

>

>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-01-06 15:55:29 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-060121-4

>

> for you to fetch changes up to af229fc367021e361cebaf84acceb01f28922cc4:

>

>   cirrus: don't run full qtest on macOS (2021-01-06 17:30:02 +0000)

>

> ----------------------------------------------------------------

> Testing updates (back to green)

>

>   - include ccache in Debian 10 docker image

>   - iotests: drop 312 from auto group

>   - bound reading of s390x framebuffer file

>   - cirrus: drop non-x86 tests so we complete



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM