On 08/09/2025 23.18, Alex Bennée wrote:
This is a script designed to collect data from multiple pipelines and
analyse the failure modes they have.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
scripts/ci/gitlab-failure-analysis | 65 ++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100755 scripts/ci/gitlab-failure-analysis
You already get a nice overview by visiting a page like
https://gitlab.com/qemu-project/qemu/-/pipelines/2019002986 ... what's the
advantage of this script?
Thomas