In some failed gating-test runs, it can be difficult to find a cause of failure. E.g. [https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/dist-git-pipeline/job/master/37872/] (See image below for screen capture) does not give any indication of what failed or even where to find what failed. The solution is: click Console Output on the left-hand side, then search in-page for Testing Farm Artifacts URL, then click that link. That was not intuitively obvious to me, a poor simpleminded test user. Would it be possible to add that link to the Jenkins Status page?
Console Output
Testing Farm Artifacts URL
Yeah, users should never go through Jenkins logs as those are impossible to parse for people who are not familiar with the CI implementation details.
@mvadkert would it be possible to export the artifact installation failure via xunit here?
Also, the problem is reported as an error. Is that intentional, or a bug?
@msrb should be rather and failure. Trying to fix this now.
nah, will require some code changes, but should be fairly simple to implement. Will do my best.