From: Simon McVittie Date: Tue, 1 Oct 2024 13:06:12 +0000 (+0100) Subject: CI: Don't run test suite under Wine on Debian X-Git-Tag: dbus-1.15.12~18^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a99452aabba3eb134509ec314e4711fc32e4263;p=thirdparty%2Fdbus.git CI: Don't run test suite under Wine on Debian 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e228f1cc..6c4b5b04b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: