ci: add failed jobs report generator. Improve Target Test Report

Introduced changes:
- refactor the cli script used for report generation
- introduce failed jobs report generator
- cover job report generation with tests
- add job failure rate
- add test cases failure rate
- add current branch / other branches statistic for failed jobs / testcases
This commit is contained in:
Aleksei Apaseev
2024-05-18 19:00:08 +08:00
parent aa27fbd231
commit 63bd3a18ad
18 changed files with 1117 additions and 322 deletions
+1
View File
@@ -30,4 +30,5 @@ include:
- '.gitlab/ci/integration_test.yml'
- '.gitlab/ci/host-test.yml'
- '.gitlab/ci/deploy.yml'
- '.gitlab/ci/post_deploy.yml'
- '.gitlab/ci/test-win.yml'