From 5fbab607b9c6c1e7206ab773dbf8053baf5eb57e Mon Sep 17 00:00:00 2001 From: cecille Date: Thu, 6 Jun 2024 17:05:18 -0400 Subject: [PATCH] Docs: Add autolinks to daily fail summary --- docs/ci-cd/tools/daily_fail_summary.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ci-cd/tools/daily_fail_summary.md b/docs/ci-cd/tools/daily_fail_summary.md index 8855a7a3de6086..290dfc313929c8 100644 --- a/docs/ci-cd/tools/daily_fail_summary.md +++ b/docs/ci-cd/tools/daily_fail_summary.md @@ -3,20 +3,20 @@ #### Source Workflow: -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 + Fail Definitions: -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. +. Fail definitions can be added to the file defined above to allow fast root cause determination of any fail with an error message.