From cd6f8cf82d0d2270be1bf55442c9685e9d3287e0 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 29 Apr 2026 02:29:13 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@09e2cf1103fca71568f0e94c86172a46629afb1d --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index a2728e96c..59cd348d8 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b5a90b066dc881bbd543e2e1ff274edd1b7b9665", - "syncedAt": "2026-04-29T02:16:38.955Z" + "sha": "09e2cf1103fca71568f0e94c86172a46629afb1d", + "syncedAt": "2026-04-29T02:27:46.217Z" } diff --git a/docs/ci.md b/docs/ci.md index 0729759b7..2e657d126 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -250,8 +250,9 @@ default workflow because the macOS build dominates runtime even when clean. The `CodeQL Critical Quality` workflow is the matching non-security shard. It runs only error-severity, non-security JavaScript/TypeScript quality queries -over narrow high-value surfaces. Its baseline job scans the same auth, secrets, -sandbox, cron, and gateway surface as the security workflow. The config-boundary +over narrow high-value surfaces on the smaller Blacksmith Linux runner. Its +baseline job scans the same auth, secrets, sandbox, cron, and gateway surface +as the security workflow. The config-boundary job scans config schema, migration, normalization, and IO contracts under the separate `/codeql-critical-quality/config-boundary` category. The gateway-runtime-boundary job scans gateway protocol schemas and server method @@ -393,6 +394,7 @@ The automatic CI concurrency key is versioned (`CI-v7-*`) so a GitHub-side zombi | Runner | Jobs | | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ubuntu-24.04` | `preflight`, fast security jobs and aggregates (`security-scm-fast`, `security-dependency-audit`, `security-fast`), fast protocol/contract/bundled checks, sharded channel contract checks, `check` shards except lint, `check-additional` shards and aggregates, Node test aggregate verifiers, docs checks, Python skills, workflow-sanity, labeler, auto-response; install-smoke preflight also uses GitHub-hosted Ubuntu so the Blacksmith matrix can queue earlier | +| `blacksmith-4vcpu-ubuntu-2404` | `CodeQL Critical Quality`, lower-weight extension shards, `checks-fast-core`, `checks-node-compat-node22`, `check-prod-types`, and `check-test-types` | | `blacksmith-8vcpu-ubuntu-2404` | `build-artifacts`, build-smoke, Linux Node test shards, bundled plugin test shards, `android` | | `blacksmith-16vcpu-ubuntu-2404` | `check-lint`, which remains CPU-sensitive enough that 8 vCPU cost more than it saved; install-smoke Docker builds, where 32-vCPU queue time cost more than it saved | | `blacksmith-16vcpu-windows-2025` | `checks-windows` |