This isn't about the pipeline failing to run the tests (that's RATS) but about the tests failing on a particular build.
There are two ways to let the build through the gate from there: - waive the failure(s) - fix the tests
So assuming I want to do the later, I push the fixed tests in dist-git. And now what? :) Basically, the issue is that the pipeline must not run the tests on the commit that triggered the build as otherwise we can't fix the tests, we can only waive them.
This is the piece we need to figure out.
Metadata Update from @dperpeet: - Issue close_status updated to: Duplicate - Issue status updated to: Closed (was: Open)
Duplicates https://pagure.io/fedora-ci/AtomicCi/issue/13
Log in to comment on this ticket.