Re: Test Failures Fatal by Default in KDE CI

2025-03-19 Thread Kristen McWilliam
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 > >

Re: Test Failures Fatal by Default in KDE CI

2025-03-19 Thread Albert Astals Cid
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 >

Re: Test Failures Fatal by Default in KDE CI

2025-03-19 Thread Albert Astals Cid
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

Re: Test Failures Fatal by Default in KDE CI

2025-03-18 Thread Ingo Klöcker
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 >

Re: Test Failures Fatal by Default in KDE CI

2025-03-18 Thread Ingo Klöcker
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

Re: Test Failures Fatal by Default in KDE CI

2025-03-18 Thread Sune Vuorela
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

Re: Test Failures Fatal by Default in KDE CI

2025-03-18 Thread Sune Vuorela
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.