blob: 82b75bd864666b7f00f512c261e6d1f8e9dc9306 [file] [view]
# CI/CD Documentation
## Known Issues
- Python build running out of space
## Tools
### Daily Fail Summary
#### 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.
#### Improvement Ideas
- Keep fail signature list updated to track causes of all common fails
- Make script artifact more known and accessible so it can be easily shared
and used by everyone
- Deliver daily fail summaries in short form through a Slack bot for easy
access
## To Do
- Cert image auto build
- Include Darwin Test fail definitions in fail summary script - for starters,
Test Reliable Message Protocol
## General Improvement Ideas