All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI
@ 2020-11-02 14:42 Philippe Mathieu-Daudé
  2020-11-02 14:42 ` [PATCH-for-5.2? 1/5] tests/acceptance: Restrict virtio_check_params tests to X86 target Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-02 14:42 UTC (permalink / raw)
  To: Daniel P . Berrange, qemu-devel, Wainer dos Santos Moschetta,
	Cleber Rosa, Thomas Huth, Eduardo Habkost
  Cc: Peter Maydell, Sarah Harris, Michael Rolnik, Yoshinori Sato,
	Philippe Mathieu-Daudé,
	Mark Cave-Ayland, Aleksandar Rikalo, Fabien Chouteau,
	Aurelien Jarno, KONRAD Frederic, Hervé Poussineau, qemu-ppc,
	Jiaxun Yang, Pavel Dovgalyuk, Paolo Bonzini, qemu-arm,
	Antony Pavlov

This series try an idea from the CI BoF last week:
- allow adding all test to mainstream repository
- promote test to "gating" once it is proven stable
- only run 'gating-ci' on GitLab CI

Philippe Mathieu-Daudé (5):
  tests/acceptance: Restrict virtio_check_params tests to X86 target
  tests/acceptance: Restore MIPS Malta multicore tests
  tests/acceptance: Skip incomplete virtio_version tests using '@skip'
  RFC tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI
  tests/acceptance: Let stable tests use the 'gating-ci' tag

 tests/Makefile.include                       |  2 +-
 tests/acceptance/boot_linux.py               | 10 ++++--
 tests/acceptance/boot_linux_console.py       | 38 ++++++++++++++++++++
 tests/acceptance/cpu_queries.py              |  1 +
 tests/acceptance/empty_cpu_model.py          |  3 ++
 tests/acceptance/linux_initrd.py             |  4 +--
 tests/acceptance/machine_arm_canona1100.py   |  1 +
 tests/acceptance/machine_arm_integratorcp.py |  2 ++
 tests/acceptance/machine_arm_n8x0.py         |  2 ++
 tests/acceptance/machine_avr6.py             |  1 +
 tests/acceptance/machine_m68k_nextcube.py    |  9 +++++
 tests/acceptance/machine_mips_malta.py       |  6 ++--
 tests/acceptance/machine_rx_gdbsim.py        |  3 --
 tests/acceptance/machine_sparc64_sun4u.py    |  1 +
 tests/acceptance/machine_sparc_leon3.py      |  1 +
 tests/acceptance/migration.py                | 12 ++++++-
 tests/acceptance/pc_cpu_hotplug_props.py     |  3 ++
 tests/acceptance/ppc_prep_40p.py             |  3 +-
 tests/acceptance/replay_kernel.py            | 17 +++++++--
 tests/acceptance/version.py                  |  1 +
 tests/acceptance/virtio_check_params.py      |  7 +++-
 tests/acceptance/virtio_version.py           | 17 ++++++---
 tests/acceptance/vnc.py                      |  9 +++++
 tests/acceptance/x86_cpu_model_versions.py   |  1 +
 24 files changed, 133 insertions(+), 21 deletions(-)

-- 
2.26.2




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

end of thread, other threads:[~2021-10-25 14:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 14:42 [PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI Philippe Mathieu-Daudé
2020-11-02 14:42 ` [PATCH-for-5.2? 1/5] tests/acceptance: Restrict virtio_check_params tests to X86 target Philippe Mathieu-Daudé
2020-11-17 12:48   ` Philippe Mathieu-Daudé
2020-11-23 15:29   ` Willian Rampazzo
2020-11-02 14:42 ` [PATCH-for-5.2? 2/5] tests/acceptance: Restore MIPS Malta multicore tests Philippe Mathieu-Daudé
2020-11-03  6:27   ` Philippe Mathieu-Daudé
2020-11-02 14:42 ` [PATCH-for-5.2? 3/5] tests/acceptance: Skip incomplete virtio_version tests using '@skip' Philippe Mathieu-Daudé
2020-11-03  2:12   ` Philippe Mathieu-Daudé
2020-11-04 11:13   ` Thomas Huth
2020-11-04 11:27     ` Philippe Mathieu-Daudé
2020-11-04 11:45       ` Thomas Huth
2020-11-02 14:42 ` [RFC PATCH-for-5.2? 4/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI Philippe Mathieu-Daudé
2020-11-02 14:59   ` Philippe Mathieu-Daudé
2020-11-02 16:12     ` Cleber Rosa
2021-10-25 14:06   ` Philippe Mathieu-Daudé
2020-11-02 14:42 ` [PATCH-for-5.2? 5/5] tests/acceptance: Let stable tests use the 'gating-ci' tag Philippe Mathieu-Daudé

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.