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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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: downsize blacksmith runners · openclaw/openclaw@fd01a66
steipete · 2026-04-22 · via Recent Commits to openclaw:main

@@ -305,7 +305,7 @@ jobs:

305305

permissions:

306306

contents: read

307307

if: github.event_name != 'pull_request' || !github.event.pull_request.draft

308-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

308+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

309309

timeout-minutes: 20

310310

env:

311311

PRE_COMMIT_HOME: .cache/pre-commit-security-fast

@@ -396,7 +396,7 @@ jobs:

396396

permissions:

397397

contents: read

398398

if: github.event_name != 'pull_request' || !github.event.pull_request.draft

399-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

399+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

400400

timeout-minutes: 10

401401

steps:

402402

- name: Checkout

@@ -420,7 +420,7 @@ jobs:

420420

permissions: {}

421421

needs: [security-scm-fast, security-dependency-audit]

422422

if: always() && (github.event_name != 'pull_request' || !github.event.pull_request.draft)

423-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

423+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

424424

timeout-minutes: 5

425425

steps:

426426

- name: Verify fast security jobs

@@ -453,7 +453,7 @@ jobs:

453453

contents: read

454454

needs: [preflight]

455455

if: needs.preflight.outputs.run_build_artifacts == 'true'

456-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

456+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

457457

timeout-minutes: 20

458458

steps:

459459

- name: Checkout

@@ -550,7 +550,7 @@ jobs:

550550

name: ${{ matrix.check_name }}

551551

needs: [preflight]

552552

if: needs.preflight.outputs.run_checks_fast == 'true'

553-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

553+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

554554

timeout-minutes: 60

555555

strategy:

556556

fail-fast: false

@@ -638,7 +638,7 @@ jobs:

638638

name: ${{ matrix.checkName }}

639639

needs: [preflight]

640640

if: needs.preflight.outputs.run_checks_fast == 'true'

641-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

641+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

642642

timeout-minutes: 60

643643

strategy:

644644

fail-fast: false

@@ -722,7 +722,7 @@ jobs:

722722

name: checks-fast-contracts-channels

723723

needs: [preflight, checks-fast-channel-contracts-shard]

724724

if: always() && needs.preflight.outputs.run_checks_fast == 'true'

725-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

725+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

726726

timeout-minutes: 5

727727

steps:

728728

- name: Verify channel contract shards

@@ -744,7 +744,7 @@ jobs:

744744

name: "checks-fast-protocol"

745745

needs: [preflight]

746746

if: needs.preflight.outputs.run_checks_fast == 'true'

747-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

747+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

748748

timeout-minutes: 30

749749

steps:

750750

- name: Checkout

@@ -809,7 +809,7 @@ jobs:

809809

name: ${{ matrix.check_name }}

810810

needs: [preflight]

811811

if: needs.preflight.outputs.run_checks_fast == 'true'

812-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

812+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

813813

timeout-minutes: 60

814814

strategy:

815815

fail-fast: false

@@ -879,7 +879,7 @@ jobs:

879879

name: checks-node-extensions

880880

needs: [preflight, checks-node-extensions-shard]

881881

if: always() && needs.preflight.outputs.run_checks_fast == 'true'

882-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

882+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

883883

timeout-minutes: 5

884884

steps:

885885

- name: Verify extension shards

@@ -897,7 +897,7 @@ jobs:

897897

name: ${{ matrix.check_name }}

898898

needs: [preflight, build-artifacts]

899899

if: always() && needs.preflight.outputs.run_checks == 'true' && needs.build-artifacts.result == 'success'

900-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

900+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

901901

timeout-minutes: 60

902902

strategy:

903903

fail-fast: false

@@ -1012,7 +1012,7 @@ jobs:

10121012

name: checks-node-compat-node22

10131013

needs: [preflight]

10141014

if: needs.preflight.outputs.run_node == 'true' && github.event_name == 'push'

1015-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1015+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

10161016

timeout-minutes: 60

10171017

steps:

10181018

- name: Checkout

@@ -1089,7 +1089,7 @@ jobs:

10891089

name: ${{ matrix.check_name }}

10901090

needs: [preflight]

10911091

if: needs.preflight.outputs.run_checks_node_core_nondist == 'true'

1092-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1092+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

10931093

timeout-minutes: 60

10941094

strategy:

10951095

fail-fast: false

@@ -1213,7 +1213,7 @@ jobs:

12131213

name: ${{ matrix.check_name }}

12141214

needs: [preflight, build-artifacts]

12151215

if: always() && needs.preflight.outputs.run_checks_node_core_dist == 'true' && needs.build-artifacts.result == 'success'

1216-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1216+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

12171217

timeout-minutes: 60

12181218

strategy:

12191219

fail-fast: false

@@ -1357,7 +1357,7 @@ jobs:

13571357

name: checks-node-core

13581358

needs: [preflight, checks-node-core-test-nondist-shard, checks-node-core-test-dist-shard]

13591359

if: always() && needs.preflight.outputs.run_checks == 'true'

1360-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1360+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

13611361

timeout-minutes: 5

13621362

steps:

13631363

- name: Verify node test shards

@@ -1382,7 +1382,7 @@ jobs:

13821382

name: "extension-fast"

13831383

needs: [preflight]

13841384

if: needs.preflight.outputs.run_extension_fast == 'true'

1385-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1385+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

13861386

timeout-minutes: 60

13871387

strategy:

13881388

fail-fast: false

@@ -1453,7 +1453,7 @@ jobs:

14531453

name: ${{ matrix.check_name }}

14541454

needs: [preflight]

14551455

if: always() && needs.preflight.outputs.run_check == 'true'

1456-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1456+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

14571457

timeout-minutes: 20

14581458

strategy:

14591459

fail-fast: false

@@ -1568,7 +1568,7 @@ jobs:

15681568

name: "check"

15691569

needs: [preflight, check-shard]

15701570

if: always() && needs.preflight.outputs.run_check == 'true'

1571-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1571+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

15721572

timeout-minutes: 5

15731573

steps:

15741574

- name: Verify check shards

@@ -1586,7 +1586,7 @@ jobs:

15861586

name: ${{ matrix.check_name }}

15871587

needs: [preflight]

15881588

if: always() && needs.preflight.outputs.run_check_additional == 'true'

1589-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1589+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

15901590

timeout-minutes: 20

15911591

strategy:

15921592

fail-fast: false

@@ -1788,7 +1788,7 @@ jobs:

17881788

name: "check-additional"

17891789

needs: [preflight, check-additional-shard]

17901790

if: always() && needs.preflight.outputs.run_check_additional == 'true'

1791-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1791+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

17921792

timeout-minutes: 5

17931793

steps:

17941794

- name: Verify additional check shards

@@ -1806,7 +1806,7 @@ jobs:

18061806

name: "build-smoke"

18071807

needs: [preflight, build-artifacts]

18081808

if: always() && needs.preflight.outputs.run_build_smoke == 'true' && (github.event_name != 'push' || needs.build-artifacts.result == 'success')

1809-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1809+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

18101810

timeout-minutes: 20

18111811

steps:

18121812

- name: Checkout

@@ -1902,7 +1902,7 @@ jobs:

19021902

contents: read

19031903

needs: [preflight]

19041904

if: needs.preflight.outputs.run_check_docs == 'true'

1905-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1905+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

19061906

timeout-minutes: 20

19071907

steps:

19081908

- name: Checkout

@@ -1966,7 +1966,7 @@ jobs:

19661966

contents: read

19671967

needs: [preflight]

19681968

if: needs.preflight.outputs.run_skills_python_job == 'true'

1969-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

1969+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

19701970

timeout-minutes: 20

19711971

steps:

19721972

- name: Checkout

@@ -1997,11 +1997,11 @@ jobs:

19971997

name: ${{ matrix.check_name }}

19981998

needs: [preflight]

19991999

if: needs.preflight.outputs.run_checks_windows == 'true'

2000-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-32vcpu-windows-2025' || 'windows-2025' }}

2000+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-windows-2025' || 'windows-2025' }}

20012001

timeout-minutes: 60

20022002

env:

20032003

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

2004-

# Keep total concurrency predictable on the 32 vCPU runner.

2004+

# Keep total concurrency predictable on the smaller Windows runner.

20052005

OPENCLAW_VITEST_MAX_WORKERS: 1

20062006

OPENCLAW_TEST_SKIP_FULL_EXTENSIONS_SHARD: 1

20072007

defaults:

@@ -2100,7 +2100,7 @@ jobs:

21002100

name: ${{ matrix.check_name }}

21012101

needs: [preflight, build-artifacts]

21022102

if: always() && needs.preflight.outputs.run_macos_node == 'true' && needs.build-artifacts.result == 'success'

2103-

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

2103+

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

21042104

timeout-minutes: 20

21052105

strategy:

21062106

fail-fast: false

@@ -2251,7 +2251,7 @@ jobs:

22512251

name: ${{ matrix.check_name }}

22522252

needs: [preflight]

22532253

if: needs.preflight.outputs.run_android_job == 'true'

2254-

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

2254+

runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

22552255

timeout-minutes: 20

22562256

strategy:

22572257

fail-fast: false