Skip to content

Commit

Permalink
Docs: Add autolinks to daily fail summary (#33791)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored and pull[bot] committed Aug 8, 2024
1 parent 5d9d5ff commit 1037848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ci-cd/tools/daily_fail_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
#### Source

Workflow:
https://github.com/project-chip/connectedhomeip/blob/master/.github/workflows/recent_fail_summary.yaml
<https://github.com/project-chip/connectedhomeip/blob/master/.github/workflows/recent_fail_summary.yaml>

Script:
https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/summarize_fail.py
<https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/summarize_fail.py>

Fail Definitions:
https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/build_fail_definitions.yaml
<https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/build_fail_definitions.yaml>

#### Summary

Runs once per day; takes inventory of the previous day's workflow runs and
parses them for fail statistics. Creates temporarily cached artifacts for easy
data parsing. Also saves a daily pass percentage list of all workflows at
https://github.com/project-chip/connectedhomeip/blob/daily_pass_percentage/docs/daily_pass_percentage.md.
<https://github.com/project-chip/connectedhomeip/blob/daily_pass_percentage/docs/daily_pass_percentage.md>.
Fail definitions can be added to the file defined above to allow fast root cause
determination of any fail with an error message.

Expand Down

0 comments on commit 1037848

Please sign in to comment.