Skip to content

Add script to download and analyze test reports

Tilmann Becker requested to merge generate-test-reports into master

What does this MR do?

Adds a script to download and analyze the test reports generated in Gitlab CI. It currently only shows the tests with the absolute highest failure count, but could be easily extended.

image

Get a token from https://gitlab.com/profile/personal_access_tokens and run it with GITLAB_TOKEN=<your token> ./scripts/devops/analyze_gitlabci_reports.py 100, where 100 is the number of reports to download.

How confident are you it won't break things if deployed?

Very

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports