Re: Excessive tests in Ruqola / dependencies not built as part of the Craft caches

laurent Montel <[email protected]> Thu, 16 Jul 2026 22:37:20 +0200
Newsgroups gmane.comp.kde.devel.general,gmane.comp.kde.devel.core
Organization kde2
Message-ID <[email protected]>
Le jeudi 16 juillet 2026, 14:48:57 heure d=E2=80=99=C3=A9t=C3=A9 d=E2=80=99=
Europe centrale laurent Montel a =C3=A9crit :

> ok =3D> we can exclude all autotests from windows/freebsd
> =3D> we will reduce timeout.
>=20
> We don't have a environment variable which informs that we are on CI ?
> =3D> I can exclude building on CI + specific platform.
>=20
> ok I can add a=20
> Options:
>  cmake-options: "-DDISABLE_AUTOTEST=3DTRUE"
>=20
> in ruqola code in CMakeLists.txt
> if(WIN32 AND APPLE AND DISABLE_AUTOTEST)
>    set(BUILD_TESTING FALSE)
> endif()
> I think that cmake can test freebsd too.
>=20
> =3D> we will reduce building autotests.
>=20

I disabled on CI creating/executing autotest for freebsd/macos/win
I cleaned .craft.ini in ruqola/pim*

(I will create a MR which reactivate build them and I will execute by hand =
once by week to=20
be sure that autotest still work on these platforms)