mbox series

[v1,0/7] testing/next pre-PR (docker, gitlab, tcg)

Message ID 20220613171258.1905715-1-alex.bennee@linaro.org
Headers show
Series testing/next pre-PR (docker, gitlab, tcg) | expand

Message

Alex Bennée June 13, 2022, 5:12 p.m. UTC
Hi,

Another day, another testing/next series. Mostly this contains a few
hot fixes for docker breakages and other stuff that I picked off the
list. There is a late breaking patch to try and make the aarch64 CI is
little less twitchy. We are still seeing hanging tests on the s390x
box but so far have been unable to track down why it's hanging and
more importantly why we are not seeing the runner kill errant tasks.

As there are hot fixes I'd like to turn around a PR from this soon so
any review of the following is welcome:

 - .gitlab: use less aggressive nproc on our aarch64/32 runners
 - tests/docker: fix the IMAGE for build invocation

Alex Bennée (2):
  tests/docker: fix the IMAGE for build invocation
  .gitlab: use less aggressive nproc on our aarch64/32 runners

Daniel P. Berrangé (1):
  gitlab: compare CIRRUS_nn vars against 'null' not ""

Paolo Bonzini (1):
  tests/tcg: disable xtensa-linux-user again

Richard Henderson (2):
  test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef
  tests/tcg/i386: Use explicit suffix on fist insns

Thomas Huth (1):
  gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobs

 configure                                     |  5 +++-
 tests/tcg/i386/test-i386-fp-exceptions.c      | 24 +++++++++----------
 tests/tcg/i386/test-i386.c                    |  2 +-
 .gitlab-ci.d/base.yml                         |  2 +-
 .gitlab-ci.d/buildtest.yml                    | 22 ++++++++---------
 .../custom-runners/ubuntu-20.04-aarch32.yml   |  4 ++--
 .../custom-runners/ubuntu-20.04-aarch64.yml   | 24 +++++++++----------
 tests/docker/Makefile.include                 |  2 +-
 tests/tcg/arm/Makefile.softmmu-target         |  2 +-
 9 files changed, 44 insertions(+), 43 deletions(-)