Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD Documentation upload #30144

Merged
merged 6 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restyled by prettier-markdown
  • Loading branch information
restyled-commits authored and kliao-csa committed Nov 1, 2023
commit 5dbc8919733dc66e64ec7f7259ce4a9183a42e04
14 changes: 10 additions & 4 deletions docs/ci-cd/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# CI/CD Documentation

## Known Issues
- Python build running out of space

- Python build running out of space

## Tools

### Fail Summarization
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
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

## To Do
- Cert image autobuild

- Cert image autobuild
Loading