Display `package-and-qa` test results in the merge request widget
Problem to solve
When we execute a package-and-qa
job from an MR pipeline the test results are only found within the jobs of a downstream pipeline in the gitlab-qa project.
Proposal
It would be great if we could display the results (at least failures) in the MR widget (as we now do for review-qa-all
).
More details
Implementing this change might not be as straightforward as adding artifacts:reports:junit
to the package-and-qa
job. We first need to fetch the artifacts from the gitlab-qa
jobs. But we might be able to make use of the code that allows the GitLab Bot to post a comment on a commit with links to the pipelines (like this one).