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

推荐订阅源

C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
量子位
Recent Announcements
Recent Announcements
V
V2EX
P
Proofpoint News Feed
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
B
Blog
博客园_首页
GbyAI
GbyAI
博客园 - Franky

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
ci(release): fix release smoke timeouts · openclaw/opencl...
steipete · 2026-05-29 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -143,7 +143,7 @@ jobs:

143143

for (const [dep, rel] of Object.entries(workspace.patchedDependencies ?? {})) {

144144

const absolute = path.join(\"/app\", rel);

145145

if (!fs.existsSync(absolute)) {

146-

throw new Error(`missing patch for ${dep}: ${rel}`);

146+

throw new Error(\"missing patch for \" + dep + \": \" + rel);

147147

}

148148

}

149149

"

@@ -337,7 +337,7 @@ jobs:

337337

for (const [dep, rel] of Object.entries(workspace.patchedDependencies ?? {})) {

338338

const absolute = path.join(\"/app\", rel);

339339

if (!fs.existsSync(absolute)) {

340-

throw new Error(`missing patch for ${dep}: ${rel}`);

340+

throw new Error(\"missing patch for \" + dep + \": \" + rel);

341341

}

342342

}

343343

"

Original file line numberDiff line numberDiff line change

@@ -1959,7 +1959,7 @@ jobs:

19591959

profiles: stable full

19601960

- suite_id: native-live-src-gateway-profiles-openai

19611961

label: Native live gateway profiles OpenAI

1962-

command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles

1962+

command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 OPENCLAW_LIVE_GATEWAY_STEP_TIMEOUT_MS=180000 OPENCLAW_LIVE_GATEWAY_MODEL_TIMEOUT_MS=600000 node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles

19631963

timeout_minutes: 60

19641964

profile_env_only: false

19651965

profiles: beta minimum stable full

Original file line numberDiff line numberDiff line change

@@ -1207,6 +1207,7 @@ describe("package artifact reuse", () => {

12071207

it("keeps release QA and repo E2E lanes off scarce 32-core runners", () => {

12081208

const releaseChecksWorkflow = readFileSync(RELEASE_CHECKS_WORKFLOW, "utf8");

12091209

const qaWorkflow = readFileSync(QA_LIVE_TRANSPORTS_WORKFLOW, "utf8");

1210+

const liveE2eWorkflow = readFileSync(LIVE_E2E_WORKFLOW, "utf8");

12101211
12111212

for (const jobName of [

12121213

"qa_lab_parity_lane_release_checks",

@@ -1230,6 +1231,10 @@ describe("package artifact reuse", () => {

12301231

new RegExp(`${jobName}:[\\s\\S]*?runs-on: blacksmith-8vcpu-ubuntu-2404`, "u"),

12311232

);

12321233

}

1234+

expectTextToIncludeAll(liveE2eWorkflow, [

1235+

"OPENCLAW_LIVE_GATEWAY_STEP_TIMEOUT_MS=180000",

1236+

"OPENCLAW_LIVE_GATEWAY_MODEL_TIMEOUT_MS=600000",

1237+

]);

12331238

});

12341239
12351240

it("summarizes queue time separately from execution time in full validation", () => {

Original file line numberDiff line numberDiff line change

@@ -481,6 +481,8 @@ describe("bun global install smoke", () => {

481481

expect(workflow).toContain("rockylinux:9@sha256:");

482482

expect(workflow).toContain("pnpm-workspace.yaml");

483483

expect(workflow).toContain("workspace.patchedDependencies");

484+

expect(workflow).toContain('throw new Error(\\"missing patch for \\" + dep + \\": \\" + rel)');

485+

expect(workflow).not.toContain("throw new Error(`missing patch");

484486

expect(workflow).not.toContain("pkg.pnpm?.patchedDependencies");

485487

expect(workflow).not.toContain("--cache-from");

486488

expect(workflow).not.toContain("--cache-to");