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 support if
> needed.

I wanted to prepare kleopatra for this change, but I guess there's nothing to 
do for now.

kleopatra currently has
```
Options:
  require-passing-tests-on: ['Linux', 'FreeBSD']
```

At the moment, there are only builds on Linux and FreeBSD.

I was wondering if I can remove `require-passing-tests-on`, but I don't think 
that's possible because this would make failing tests non-fatal.

I suppose I have to wait until phase 2 (Make test failures fatal by default) 
comes into effect. Correct?

Second project: libkleo

libkleo currently has
```
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. Correct?

Regards,
Ingo

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to