mbox

[PULL,0/3] a couple of CI fixes

Message ID 20191031100232.21992-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-testing-next-311019-1

Message

Alex Bennée Oct. 31, 2019, 10:02 a.m. UTC
The following changes since commit 68d8ef4ec540682c3538d4963e836e43a211dd17:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4' into staging (2019-10-30 14:10:32 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-next-311019-1

for you to fetch changes up to 2ecde8b2fb046516a0f2f53fb56b86db92d6fc13:

  Acceptance test: update kernel for m68k/q800 test (2019-10-31 09:58:20 +0000)

----------------------------------------------------------------
Fixes to get CI green again

  - fix m68k acceptance tests (Cleber)
  - stop build breakage (Daniel)

----------------------------------------------------------------
Cleber Rosa (2):
      Acceptance test: cancel test if m68k kernel packages goes missing
      Acceptance test: update kernel for m68k/q800 test

Daniel P. Berrangé (1):
      tests: fix conditional for disabling XTS test

 tests/Makefile.include                 |  2 +-
 tests/acceptance/boot_linux_console.py | 11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

Comments

Peter Maydell Oct. 31, 2019, 11:05 a.m. UTC | #1
Applied, thanks.

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

-- PMM

On Thu, 31 Oct 2019 at 10:02, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 68d8ef4ec540682c3538d4963e836e43a211dd17:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4' into staging (2019-10-30 14:10:32 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-testing-next-311019-1
>
> for you to fetch changes up to 2ecde8b2fb046516a0f2f53fb56b86db92d6fc13:
>
>   Acceptance test: update kernel for m68k/q800 test (2019-10-31 09:58:20 +0000)
>
> ----------------------------------------------------------------
> Fixes to get CI green again
>
>   - fix m68k acceptance tests (Cleber)
>   - stop build breakage (Daniel)
>