]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Don't run test suite under Wine on Debian
authorSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 13:06:12 +0000 (14:06 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 13:30:02 +0000 (14:30 +0100)
This has been noted to be unreliable (dbus#509) and we now have more
realistic test coverage on actual Windows.

I'm marking these CI jobs to do the build but not run the tests,
instead of skipping them completely, because having coverage for a
successful build on mingw-w64 (32-bit, 64-bit) bit × (release, debug)
does still seem like a useful thing for us to have.

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml

index 2e228f1ccc1085553d44e4eaa4e3bdd70a4f06a2..6c4b5b04bae9779b381998828e37918cf9f94919 100644 (file)
@@ -226,6 +226,8 @@ debian mingw32 cmake:
   when: manual
   variables:
     ci_host: "i686-w64-mingw32"
+    # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+    ci_test: "no"
 
 debian mingw32 meson:
   extends:
@@ -233,6 +235,8 @@ debian mingw32 meson:
     - .debian-build
   variables:
     ci_host: "i686-w64-mingw32"
+    # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+    ci_test: "no"
 
 debian mingw32 meson debug:
   extends:
@@ -243,6 +247,8 @@ debian mingw32 meson debug:
     ci_buildsys: "meson"
     ci_host: "i686-w64-mingw32"
     ci_variant: "debug"
+    # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+    ci_test: "no"
 
 debian mingw64 cmake debug:
   extends:
@@ -253,8 +259,9 @@ debian mingw64 cmake debug:
     ci_buildsys: "cmake"
     ci_host: "x86_64-w64-mingw32"
     ci_variant: "debug"
+    # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+    ci_test: "no"
 
-# see https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
 debian mingw64 meson debug:
   extends:
     - .meson-common
@@ -263,6 +270,8 @@ debian mingw64 meson debug:
   variables:
     ci_host: "x86_64-w64-mingw32"
     ci_variant: "debug"
+    # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+    ci_test: "no"
 
 opensuse image:
   extends: