[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci'
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI |
Date: |
Mon, 2 Nov 2020 15:42:40 +0100 |
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
- [PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI,
Philippe Mathieu-Daudé <=