惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(skills): add release ci workflow skill · openclaw/op...
steipete · 2026-05-15 · via Recent Commits to openclaw:main

@@ -0,0 +1,90 @@

1+

---

2+

name: openclaw-release-ci

3+

description: "Run, watch, debug, and summarize OpenClaw full release CI, release checks, live provider gates, install/update proofs, and release-secret preflights."

4+

---

5+6+

# OpenClaw Release CI

7+8+

Use this with `$openclaw-release-maintainer` and `$openclaw-testing` when a release candidate needs full validation, install/update proof, live provider checks, or CI recovery.

9+10+

## Guardrails

11+12+

- No version bump, tag, npm publish, GitHub release, or release promotion without explicit operator approval.

13+

- Validate provider secrets before dispatching expensive full release matrices.

14+

- Do not set GitHub secrets from unvalidated 1Password candidates. If a candidate returns 401/403, leave the existing secret alone and report the exact missing provider.

15+

- Use `$one-password` for secret reads/writes: one persistent tmux session, targeted items only, no secret output.

16+

- Watch one parent run plus compact child summaries. Avoid broad `gh run view` polling loops; REST quota is easy to burn.

17+

- Fetch logs only for failed or currently-blocking jobs. If quota is low, stop polling and wait for reset.

18+

- Treat live-provider flakes separately from code failures: prove key validity, provider HTTP status, retry evidence, and exact failing lane before editing code.

19+20+

## Preflight

21+22+

Before full release validation:

23+24+

```bash

25+

node .agents/skills/openclaw-release-ci/scripts/verify-provider-secrets.mjs --required openai,anthropic,fireworks

26+

gh api rate_limit --jq '.resources.core'

27+

git status --short --branch

28+

git rev-parse HEAD

29+

```

30+31+

If env lacks keys, use `$one-password` to inject or set them, then rerun the script. The script prints only provider status and HTTP class, never tokens.

32+33+

## Dispatch

34+35+

Prefer the trusted workflow on `main`, target the exact release SHA:

36+37+

```bash

38+

gh workflow run full-release-validation.yml \

39+

--repo openclaw/openclaw \

40+

--ref main \

41+

-f ref=<release-sha> \

42+

-f provider=openai \

43+

-f mode=both \

44+

-f release_profile=full \

45+

-f rerun_group=all

46+

```

47+48+

Use `release_profile=stable` unless the operator explicitly asks for the broad advisory provider/media matrix. Use narrow `rerun_group` after focused fixes.

49+50+

## Watch

51+52+

Use the summary helper instead of repeated raw polling:

53+54+

```bash

55+

node .agents/skills/openclaw-release-ci/scripts/release-ci-summary.mjs <full-release-run-id>

56+

```

57+58+

Then watch only when useful:

59+60+

```bash

61+

gh run watch <full-release-run-id> --repo openclaw/openclaw --exit-status

62+

```

63+64+

Stop watchers before ending the turn or switching strategy.

65+66+

## Failure Triage

67+68+

1. Confirm parent SHA and child run IDs.

69+

2. List failed jobs only:

70+

```bash

71+

gh run view <child-run-id> --repo openclaw/openclaw --json jobs \

72+

--jq '.jobs[] | select(.conclusion=="failure" or .conclusion=="timed_out" or .conclusion=="cancelled") | [.databaseId,.name,.conclusion,.url] | @tsv'

73+

```

74+

3. Fetch one failed job log. If rate-limited, note reset time and avoid more REST calls.

75+

4. For secret-looking failures, validate the provider endpoint from the same secret source before editing code.

76+

5. For live-cache failures, inspect whether it is missing/invalid key, empty text, provider refusal, timeout, or baseline miss. Do not weaken release gates without clear provider evidence.

77+

6. Fix narrowly, run local/changed proof, commit, push, rerun the smallest matching group.

78+79+

## Evidence

80+81+

Record:

82+83+

- release SHA

84+

- full parent run URL

85+

- child run IDs and conclusions: CI, Release Checks, Plugin Prerelease, NPM Telegram

86+

- targeted local proof commands

87+

- provider-secret preflight result

88+

- known gaps or unrelated failures

89+90+

For lessons and recovery patterns, read `references/release-ci-notes.md`.