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

推荐订阅源

博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
aimingoo的专栏
aimingoo的专栏
腾讯CDC
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
F
Fortinet All Blogs
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园_首页
B
Blog RSS Feed
D
Docker
M
MIT News - Artificial intelligence
爱范儿
爱范儿
I
InfoQ

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: use dist cache instead of artifact upload · openclaw/...
steipete · 2026-04-23 · via Recent Commits to openclaw:main

@@ -528,14 +528,6 @@ jobs:

528528

path: dist/

529529

key: ${{ runner.os }}-dist-build-${{ github.sha }}

530530531-

- name: Upload dist artifact

532-

uses: actions/upload-artifact@v7

533-

with:

534-

name: dist-build

535-

path: dist/

536-

compression-level: 0

537-

retention-days: 1

538-539531

- name: Upload A2UI bundle artifact

540532

uses: actions/upload-artifact@v7

541533

with:

@@ -972,12 +964,19 @@ jobs:

972964

echo "OPENCLAW_VITEST_MAX_WORKERS=1" >> "$GITHUB_ENV"

973965

fi

974966975-

- name: Download dist artifact

967+

- name: Restore dist cache

976968

if: matrix.task == 'test'

977-

uses: actions/download-artifact@v8

969+

id: checks-dist-cache

970+

uses: actions/cache@v5

978971

with:

979-

name: dist-build

980972

path: dist/

973+

key: ${{ runner.os }}-dist-build-${{ github.sha }}

974+975+

- name: Verify dist cache

976+

if: matrix.task == 'test' && steps.checks-dist-cache.outputs.cache-hit != 'true'

977+

run: |

978+

echo "Missing same-run dist cache for ${RUNNER_OS}-dist-build-${GITHUB_SHA}" >&2

979+

exit 1

981980982981

- name: Download A2UI bundle artifact

983982

if: matrix.task == 'test' || matrix.task == 'channels'

@@ -1284,12 +1283,11 @@ jobs:

12841283

path: dist/

12851284

key: ${{ runner.os }}-dist-build-${{ github.sha }}

128612851287-

- name: Download dist artifact

1286+

- name: Verify dist cache

12881287

if: steps.dist-cache.outputs.cache-hit != 'true'

1289-

uses: actions/download-artifact@v8

1290-

with:

1291-

name: dist-build

1292-

path: dist/

1288+

run: |

1289+

echo "Missing same-run dist cache for ${RUNNER_OS}-dist-build-${GITHUB_SHA}" >&2

1290+

exit 1

1293129112941292

- name: Download A2UI bundle artifact

12951293

uses: actions/download-artifact@v8

@@ -1856,12 +1854,11 @@ jobs:

18561854

path: dist/

18571855

key: ${{ runner.os }}-dist-build-${{ github.sha }}

185818561859-

- name: Download dist artifact

1857+

- name: Verify dist cache

18601858

if: github.event_name == 'push' && steps.build-smoke-dist-cache.outputs.cache-hit != 'true'

1861-

uses: actions/download-artifact@v8

1862-

with:

1863-

name: dist-build

1864-

path: dist/

1859+

run: |

1860+

echo "Missing same-run dist cache for ${RUNNER_OS}-dist-build-${GITHUB_SHA}" >&2

1861+

exit 1

1865186218661863

- name: Build dist

18671864

if: github.event_name != 'push'

@@ -2084,8 +2081,8 @@ jobs:

20842081

permissions:

20852082

contents: read

20862083

name: ${{ matrix.check_name }}

2087-

needs: [preflight, build-artifacts]

2088-

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_macos_node == 'true' && needs.build-artifacts.result == 'success' }}

2084+

needs: [preflight]

2085+

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_macos_node == 'true' }}

20892086

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-6vcpu-macos-latest' || 'macos-latest' }}

20902087

timeout-minutes: 20

20912088

strategy:

@@ -2103,18 +2100,6 @@ jobs:

21032100

with:

21042101

install-bun: "false"

210521022106-

- name: Download dist artifact

2107-

uses: actions/download-artifact@v8

2108-

with:

2109-

name: dist-build

2110-

path: dist/

2111-2112-

- name: Download A2UI bundle artifact

2113-

uses: actions/download-artifact@v8

2114-

with:

2115-

name: canvas-a2ui-bundle

2116-

path: src/canvas-host/a2ui/

2117-21182103

- name: TS tests (macOS)

21192104

env:

21202105

NODE_OPTIONS: --max-old-space-size=4096