[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/10] gitlab and qtest patches
From: |
Thomas Huth |
Subject: |
[PULL 00/10] gitlab and qtest patches |
Date: |
Fri, 19 Feb 2021 08:57:28 +0100 |
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(-)
- [PULL 00/10] gitlab and qtest patches,
Thomas Huth <=
- [PULL 01/10] tests/qtest/boot-serial-test: Test Virt machine with 'max', Thomas Huth, 2021/02/19
- [PULL 02/10] gitlab: always build container images, Thomas Huth, 2021/02/19
- [PULL 03/10] gitlab: add fine grained job deps for all build jobs, Thomas Huth, 2021/02/19
- [PULL 04/10] gitlab: fix inconsistent indentation, Thomas Huth, 2021/02/19
- [PULL 05/10] gitlab-ci: Display Avocado log content when tests timeout, Thomas Huth, 2021/02/19
- [PULL 08/10] tests/qtest/boot-sector: Check that the guest did not panic, Thomas Huth, 2021/02/19
- [PULL 06/10] scripts/checkpatch: Improve the check for authors mangled by the mailing list, Thomas Huth, 2021/02/19
- [PULL 10/10] travis.yml: Limit simultaneous jobs to 3, Thomas Huth, 2021/02/19
- [PULL 09/10] gitlab-ci.yml: Run check-tcg with TCI, Thomas Huth, 2021/02/19
- [PULL 07/10] gitlab-ci: Disable vhost-kernel in build-disable job, Thomas Huth, 2021/02/19