[Libguestfs] [libnbd PATCH 19/20] ci: Skip some broken tests/distro combinations

Martin Kletzander mkletzan at redhat.com
Tue Jun 8 07:54:00 UTC 2021


This cleans up most of the mess in GitLab CI.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 ci/skipped_tests | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 ci/skipped_tests

diff --git a/ci/skipped_tests b/ci/skipped_tests
new file mode 100644
index 000000000000..05e2a30e97ad
--- /dev/null
+++ b/ci/skipped_tests
@@ -0,0 +1,9 @@
+# Old nbd-server and built without syslog support, tests deadlock, old qemu-img version
+^Ubuntu-18\.04$;interop/interop-nbd-server interop/list-exports-nbd-server interop/structured-read.sh
+^openSUSE Leap-15;interop/interop-nbd-server interop/list-exports-nbd-server
+
+# Similar for Tumbleweed, except tests do not deadlock, only limit to version 2021* for now
+^openSUSE Tumbleweed-2021;interop/interop-nbd-server interop/list-exports-nbd-server
+
+# Debian 10 has weird golang issues (old golang anyway) and old qemu-img
+^Debian GNU/Linux-10;golang/run-tests.sh interop/structured-read.sh
-- 
2.31.1




More information about the Libguestfs mailing list