All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Test more in less time in the Gitlab-CI
@ 2020-07-23 12:27 Thomas Huth
  2020-07-23 12:27 ` [PATCH 1/4] tests/docker: Add python3-venv and netcat to the debian-amd64 container Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Huth @ 2020-07-23 12:27 UTC (permalink / raw)
  To: qemu-devel, Philippe Mathieu-Daudé, Alex Bennée
  Cc: Pavel Dovgalyuk, Fam Zheng, Yoshinori Sato,
	Wainer dos Santos Moschetta, Cleber Rosa

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-23 15:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 12:27 [PATCH 0/4] Test more in less time in the Gitlab-CI Thomas Huth
2020-07-23 12:27 ` [PATCH 1/4] tests/docker: Add python3-venv and netcat to the debian-amd64 container Thomas Huth
2020-07-23 12:27 ` [PATCH 2/4] iotests: Select a default machine for the rx and avr targets Thomas Huth
2020-07-23 12:27 ` [PATCH 3/4] tests/acceptance: Disable the rx sash and arm cubieboard replay test on Gitlab Thomas Huth
2020-07-23 12:33   ` Wainer dos Santos Moschetta
2020-07-23 12:53   ` Philippe Mathieu-Daudé
2020-07-23 13:05     ` Thomas Huth
2020-07-23 15:36       ` Cleber Rosa
2020-07-23 12:28 ` [PATCH 4/4] gitlab-ci.yml: Add build-system-debian and build-system-centos jobs Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.