diff --git a/docs/ci-cd/index.md b/docs/ci-cd/index.md new file mode 100644 index 00000000000000..9b20b8037fc00a --- /dev/null +++ b/docs/ci-cd/index.md @@ -0,0 +1,19 @@ +# CI/CD Documentation + +## Known Issues + +- Python build running out of space + +## Tools + +### Daily Fail Summary + +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 auto build diff --git a/docs/index.md b/docs/index.md index cd865b4d31027e..c3200d13835fd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ QUICK_START PROJECT_FLOW VSCODE_DEVELOPMENT api/index +ci-cd/index discussion/index guides/index style/index