From a56d1513f40cb04468cf0b0eba5a21574d249424 Mon Sep 17 00:00:00 2001 From: Kai Liao <140431279+kliao-csa@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:37:32 -0600 Subject: [PATCH] CI/CD Documentation upload (#30144) * Create README.md Initial info * Restyled by prettier-markdown * fix spelling * Meet spelling dictionary criteria * Rename README.md to index.md * fix toctree issue --------- Co-authored-by: Restyled.io --- docs/ci-cd/index.md | 19 +++++++++++++++++++ docs/index.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 docs/ci-cd/index.md 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