Skip to content

Extend collate results

Sergi Blanch Torné requested to merge sergi/ci-uprev:collate_results into main

There are two excellent options to be used while debugging a reported bug.

One is to do the "collate results" only, which can be helpful to also for any other developer to avoid inspection job by job.

The other is to repeat the retry step that the tool does when testing an uprev. The results are collected to retry the failed jobs and collect again to detect failed and flaky tests.

Finally, the original implementation only managed paths to failures in the artifacts for piglit jobs tagging as TODO to address the others like deqp and traces. This solution is agnostic to the job and just search for this information in some candidate places.

This merge request depends on MR!10

Merge request reports