From: Stefano Brivio <sbrivio@redhat.com>
To: passt-dev@passt.top
Subject: [PATCH] test/run: Temporarily disable distribution tests
Date: Wed, 26 Oct 2022 07:12:18 +0200 [thread overview]
Message-ID: <20221026051218.1842125-1-sbrivio@redhat.com> (raw)
They're too slow to cope with current release cycles, and they
haven't found bugs in months, also because clang-tidy and cppcheck
would find most of them earlier.
Disable them for the moment. We should pre-install gcc and make in
non-x86 images, as those run on my test machine with qemu TCG, and
that's the real slow-down here. Then we can re-enable them.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
---
test/run | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/run b/test/run
index d61b2d3..cb3b6c0 100755
--- a/test/run
+++ b/test/run
@@ -110,12 +110,16 @@ run() {
test passt_in_ns/shutdown
teardown passt_in_ns
+ # TODO: Make those faster by at least pre-installing gcc and make on
+ # non-x86 images, then re-enable.
+skip_distro() {
setup distro
test distro/debian
test distro/fedora
test distro/opensuse
test distro/ubuntu
teardown distro
+}
perf_finish
[ ${CI} -eq 1 ] && video_stop
--
@@ -110,12 +110,16 @@ run() {
test passt_in_ns/shutdown
teardown passt_in_ns
+ # TODO: Make those faster by at least pre-installing gcc and make on
+ # non-x86 images, then re-enable.
+skip_distro() {
setup distro
test distro/debian
test distro/fedora
test distro/opensuse
test distro/ubuntu
teardown distro
+}
perf_finish
[ ${CI} -eq 1 ] && video_stop
--
2.35.1
next reply other threads:[~2022-10-26 5:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 5:12 Stefano Brivio [this message]
2022-10-26 22:11 ` [PATCH] test/run: Temporarily disable distribution tests David Gibson
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=20221026051218.1842125-1-sbrivio@redhat.com \
--to=sbrivio@redhat.com \
--cc=passt-dev@passt.top \
/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.
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
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 IMAP folder(s).