Skip to content

Commit 8f21432

Browse files
authored
Docs: Add autolinks to daily fail summary (#33791)
1 parent dad6154 commit 8f21432

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ci-cd/tools/daily_fail_summary.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
#### Source
44

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

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

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

1414
#### Summary
1515

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

0 commit comments

Comments
 (0)