From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Daniel P . Berrange" <berrange@redhat.com>,
qemu-devel@nongnu.org,
Wainer dos Santos Moschetta <wainersm@redhat.com>,
Cleber Rosa <crosa@redhat.com>, Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Sarah Harris" <S.E.Harris@kent.ac.uk>,
"Michael Rolnik" <mrolnik@gmail.com>,
"Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
"Fabien Chouteau" <chouteau@adacore.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"KONRAD Frederic" <frederic.konrad@adacore.com>,
"Hervé Poussineau" <hpoussin@reactos.org>,
qemu-ppc@nongnu.org, "Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Paolo Bonzini" <pbonzini@redhat.com>,
qemu-arm@nongnu.org, "Antony Pavlov" <antonynpavlov@gmail.com>
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 [thread overview]
Message-ID: <20201102144245.2134077-1-philmd@redhat.com> (raw)
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
next reply other threads:[~2020-11-02 14:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 14:42 Philippe Mathieu-Daudé [this message]
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é
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201102144245.2134077-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=S.E.Harris@kent.ac.uk \
--cc=aleksandar.rikalo@syrmia.com \
--cc=antonynpavlov@gmail.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=chouteau@adacore.com \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=frederic.konrad@adacore.com \
--cc=hpoussin@reactos.org \
--cc=jiaxun.yang@flygoat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mrolnik@gmail.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).