Conversation
7a6017c to
7d9cefc
Compare
|
How important is it for this feature that those uploaded build reports contain successful test runs? Thing is that those archives can become really big now and we are seeing download issues, so I'm thinking about including only the report files with actual failures/errors... |
We discussed it with @gsmet a while back and the conclusion was we'd like to have it. This change assumes we're pushing all the surefire reports from actions. We could optimize it by extracting just the test names for failed and successful tests in actions so that there is much less data going through the wires |
This change requires adding a postgresql database for the quarkus-status application and configuring security for the resource for feeding flaky tests data.
Corresponding PR for the quarkus-bot: quarkusio/quarkus-github-bot#148