Message ID | 20220614004209.1970284-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
On 6/13/22 17:42, Alex Bennée wrote: > The following changes since commit dcb40541ebca7ec98a14d461593b3cd7282b4fac: > > Merge tag 'mips-20220611' of https://github.com/philmd/qemu into staging (2022-06-11 21:13:27 -0700) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-testing-next-140622-1 > > for you to fetch changes up to b56d1ee9514be227854a589b4e11551bed4448a0: > > .gitlab: use less aggressive nproc on our aarch64/32 runners (2022-06-14 00:15:06 +0100) > > ---------------------------------------------------------------- > Various testing fixes: > > - fix compiler abi for test-armv6m-undef > - fix isns suffixes for i386 tcg tests > - fix gitlab cfi jobs > - fix makefile docker invocation > - don't enable xtensa-linux-user builds with system compiler > - fix CIRRUS_nn var checking > - don't spam the aarch64/32 runners with too many jobs at once Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > 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(-) >