[PATCH 0/4] Test more in less time in the Gitlab-CI

Thomas Huth posted 4 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200723122800.723-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Cleber Rosa <crosa@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Max Reitz <mreitz@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
.gitlab-ci.yml                               | 88 ++++++++++++++++----
tests/acceptance/machine_rx_gdbsim.py        |  4 +
tests/acceptance/replay_kernel.py            |  1 +
tests/docker/dockerfiles/debian-amd64.docker |  4 +-
tests/qemu-iotests/check                     | 14 ++--
5 files changed, 90 insertions(+), 21 deletions(-)
[PATCH 0/4] Test more in less time in the Gitlab-CI
Posted by Thomas Huth 3 years, 9 months ago
This patch series adds two new "build-system" pipelines to the Gitlab-CI,
one based on Debian and one on CentOS. We then use these build pipelines
to test the targets that were missing so far (e.g. the two new targets
rx-softmmu and avr-softmmu), and move some of the targets from the other
build-system pipelines here, too, so that the total testing time gets
shorter (at least 5 minutes from what I've seen so far).

Thomas Huth (4):
  tests/docker: Add python3-venv and netcat to the debian-amd64
    container
  iotests: Select a default machine for the rx and avr targets
  tests/acceptance: Disable the rx sash and arm cubieboard replay test
    on Gitlab
  gitlab-ci.yml: Add build-system-debian and build-system-centos jobs

 .gitlab-ci.yml                               | 88 ++++++++++++++++----
 tests/acceptance/machine_rx_gdbsim.py        |  4 +
 tests/acceptance/replay_kernel.py            |  1 +
 tests/docker/dockerfiles/debian-amd64.docker |  4 +-
 tests/qemu-iotests/check                     | 14 ++--
 5 files changed, 90 insertions(+), 21 deletions(-)

-- 
2.18.1