Hi Peter! The following changes since commit c79f01c9450bcf90c08a77f13fbf67bdba59a316:
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210218' into staging (2021-02-18 16:33:36 +0000) are available in the Git repository at: https://gitlab.com/huth/qemu.git tags/pull-request-2021-02-19 for you to fetch changes up to fc4241827fffc761f0ca41536c1c7d88b1b1d0c4: travis.yml: Limit simultaneous jobs to 3 (2021-02-19 06:31:40 +0100) ---------------------------------------------------------------- * Always build the container images in the gitlab-CI * Some other small gitlab-CI improvements * Some qtest fixes * One patch to (hopefully) silence the failing Travis jobs ---------------------------------------------------------------- Daniel P. Berrangé (3): gitlab: always build container images gitlab: add fine grained job deps for all build jobs gitlab: fix inconsistent indentation Philippe Mathieu-Daudé (3): tests/qtest/boot-serial-test: Test Virt machine with 'max' gitlab-ci: Display Avocado log content when tests timeout gitlab-ci: Disable vhost-kernel in build-disable job Thomas Huth (4): scripts/checkpatch: Improve the check for authors mangled by the mailing list tests/qtest/boot-sector: Check that the guest did not panic gitlab-ci.yml: Run check-tcg with TCI travis.yml: Limit simultaneous jobs to 3 .gitlab-ci.d/containers.yml | 7 ---- .gitlab-ci.d/crossbuilds.yml | 46 ++++++++++++++++++++++++ .gitlab-ci.yml | 81 ++++++++++++++++++++++++++++++++++++------ .travis.yml | 4 ++- scripts/checkpatch.pl | 2 +- tests/qtest/boot-sector.c | 9 +++++ tests/qtest/boot-serial-test.c | 2 +- 7 files changed, 130 insertions(+), 21 deletions(-)