On Wed, Mar 19, 2025 at 11:30 AM Albert Astals Cid wrote:
> El dimecres, 19 de març del 2025, a les 16:22:40 (Hora estàndard d’Europa
> central), Kristen McWilliam va escriure:
> > A) Discussion was initially in
> > https://invent.kde.org/sysadmin/ci-utilities/-/merge_requests/296 and
> then
> >
El dimecres, 19 de març del 2025, a les 16:22:40 (Hora estàndard d’Europa
central), Kristen McWilliam va escriure:
> A) Discussion was initially in
> https://invent.kde.org/sysadmin/ci-utilities/-/merge_requests/296 and then
> moved to https://invent.kde.org/sysadmin/ci-utilities/-/issues/37 for
>
El dilluns, 17 de març del 2025, a les 14:54:24 (Hora estàndard d’Europa
central), Kristen McWilliam va escriure:
> Hi all,
>
> I'm excited to share an important update to our Continuous Integration
> system that will improve the stability and reliability of our software.
> Starting soon, test fa
On Dienstag, 18. März 2025 10:12:06 Mitteleuropäische Normalzeit Sune Vuorela
wrote:
> On 2025-03-18, Ingo Klöcker wrote:
> > Options:
> > require-passing-tests-on: ['Linux', 'FreeBSD']
> >
> > ```
> > and there are builds for Linux, FreeBSD, and Windows.
> >
> > I suppose I can safely add
>
On Montag, 17. März 2025 14:54:24 Mitteleuropäische Normalzeit Kristen
McWilliam wrote:
> ## TLDR
>
> Test failures will be fatal by default in KDE CI. Use
> `allow-failing-tests-on` to opt out temporarily. Review and update your CI
> configurations to ensure a smooth transition. Reach out for su
On 2025-03-18, Ingo Klöcker wrote:
> For libkleo we do have Windows CI.
But those tests seems green? or are they flaky?
/Sune
On 2025-03-18, Ingo Klöcker wrote:
> Options:
> require-passing-tests-on: ['Linux', 'FreeBSD']
> ```
> and there are builds for Linux, FreeBSD, and Windows.
>
> I suppose I can safely add
> ```
> allow-failing-tests-on: [ 'Windows' ]
> ```
> now _additionally_ to the require-passing-tests-on.