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

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

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
fix(ci): require QA live evidence artifacts · openclaw/op...
vincentkoc · 2026-06-23 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -226,7 +226,7 @@ jobs:

226226

name: qa-parity-${{ github.run_id }}-${{ github.run_attempt }}

227227

path: .artifacts/qa-e2e/

228228

retention-days: 14

229-

if-no-files-found: warn

229+

if-no-files-found: error

230230
231231

run_live_runtime_token_efficiency:

232232

name: Run live runtime token-efficiency lane

@@ -315,7 +315,7 @@ jobs:

315315

name: qa-live-runtime-token-efficiency-${{ github.run_id }}-${{ github.run_attempt }}

316316

path: ${{ steps.run_lane.outputs.output_dir }}

317317

retention-days: 14

318-

if-no-files-found: warn

318+

if-no-files-found: error

319319
320320

run_live_matrix:

321321

name: Run Matrix live QA lane

@@ -391,7 +391,7 @@ jobs:

391391

name: qa-live-matrix-${{ github.run_id }}-${{ github.run_attempt }}

392392

path: ${{ steps.run_lane.outputs.output_dir }}

393393

retention-days: 14

394-

if-no-files-found: warn

394+

if-no-files-found: error

395395
396396

run_live_matrix_sharded:

397397

name: Run Matrix live QA lane (${{ matrix.profile }})

@@ -475,7 +475,7 @@ jobs:

475475

name: qa-live-matrix-${{ matrix.profile }}-${{ github.run_id }}-${{ github.run_attempt }}

476476

path: ${{ steps.run_lane.outputs.output_dir }}

477477

retention-days: 14

478-

if-no-files-found: warn

478+

if-no-files-found: error

479479
480480

run_live_telegram:

481481

name: Run Telegram live QA lane with Convex leases

@@ -570,7 +570,7 @@ jobs:

570570

name: qa-live-telegram-${{ github.run_id }}-${{ github.run_attempt }}

571571

path: ${{ steps.run_lane.outputs.output_dir }}

572572

retention-days: 14

573-

if-no-files-found: warn

573+

if-no-files-found: error

574574
575575

run_live_discord:

576576

name: Run Discord live QA lane with Convex leases

@@ -665,7 +665,7 @@ jobs:

665665

name: qa-live-discord-${{ github.run_id }}-${{ github.run_attempt }}

666666

path: ${{ steps.run_lane.outputs.output_dir }}

667667

retention-days: 14

668-

if-no-files-found: warn

668+

if-no-files-found: error

669669
670670

run_live_whatsapp:

671671

name: Run WhatsApp live QA lane with Convex leases

@@ -763,7 +763,7 @@ jobs:

763763

name: qa-live-whatsapp-${{ github.run_id }}-${{ github.run_attempt }}

764764

path: ${{ steps.run_lane.outputs.output_dir }}

765765

retention-days: 14

766-

if-no-files-found: warn

766+

if-no-files-found: error

767767
768768

run_live_slack:

769769

name: Run Slack live QA lane with Convex leases

@@ -859,4 +859,4 @@ jobs:

859859

name: qa-live-slack-${{ github.run_id }}-${{ github.run_attempt }}

860860

path: ${{ steps.run_lane.outputs.output_dir }}

861861

retention-days: 14

862-

if-no-files-found: warn

862+

if-no-files-found: error

Original file line numberDiff line numberDiff line change

@@ -1419,6 +1419,26 @@ describe("package artifact reuse", () => {

14191419

}

14201420

});

14211421
1422+

it("requires QA live evidence artifacts when lanes run", () => {

1423+

const cases = [

1424+

["run_mock_parity", "Upload parity artifacts"],

1425+

["run_live_runtime_token_efficiency", "Upload live runtime token-efficiency artifacts"],

1426+

["run_live_matrix", "Upload Matrix QA artifacts"],

1427+

["run_live_matrix_sharded", "Upload Matrix QA shard artifacts"],

1428+

["run_live_telegram", "Upload Telegram QA artifacts"],

1429+

["run_live_discord", "Upload Discord QA artifacts"],

1430+

["run_live_whatsapp", "Upload WhatsApp QA artifacts"],

1431+

["run_live_slack", "Upload Slack QA artifacts"],

1432+

];

1433+
1434+

for (const [jobName, stepName] of cases) {

1435+

const uploadStep = workflowStep(workflowJob(QA_LIVE_TRANSPORTS_WORKFLOW, jobName), stepName);

1436+
1437+

expect(uploadStep.if, jobName).toBe("always()");

1438+

expect(uploadStep.with?.["if-no-files-found"], jobName).toBe("error");

1439+

}

1440+

});

1441+
14221442

it("fails Docker E2E release lanes when summary artifacts are missing", () => {

14231443

const cases = [

14241444

{