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

推荐订阅源

GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 【当耐特】
D
Docker
Y
Y Combinator Blog
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
B
Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
爱范儿
爱范儿
A
About on SuperTechFans
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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: offload short linux checks · openclaw/openclaw@d8913d3
steipete · 2026-04-23 · via Recent Commits to openclaw:main

@@ -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-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

553+

runs-on: ubuntu-24.04

554554

timeout-minutes: 60

555555

strategy:

556556

fail-fast: false

@@ -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-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}

747+

runs-on: ubuntu-24.04

748748

timeout-minutes: 30

749749

steps:

750750

- name: Checkout

@@ -1461,22 +1461,22 @@ jobs:

14611461

include:

14621462

- check_name: check-preflight-guards

14631463

task: preflight-guards

1464-

runner: blacksmith-8vcpu-ubuntu-2404

1464+

runner: ubuntu-24.04

14651465

- check_name: check-prod-types

14661466

task: prod-types

1467-

runner: blacksmith-8vcpu-ubuntu-2404

1467+

runner: ubuntu-24.04

14681468

- check_name: check-lint

14691469

task: lint

14701470

runner: blacksmith-16vcpu-ubuntu-2404

14711471

- check_name: check-policy-guards

14721472

task: policy-guards

1473-

runner: blacksmith-8vcpu-ubuntu-2404

1473+

runner: ubuntu-24.04

14741474

- check_name: check-test-types

14751475

task: test-types

1476-

runner: blacksmith-8vcpu-ubuntu-2404

1476+

runner: ubuntu-24.04

14771477

- check_name: check-strict-smoke

14781478

task: strict-smoke

1479-

runner: blacksmith-8vcpu-ubuntu-2404

1479+

runner: ubuntu-24.04

14801480

steps:

14811481

- name: Checkout

14821482

shell: bash

@@ -1592,7 +1592,7 @@ jobs:

15921592

name: ${{ matrix.check_name }}

15931593

needs: [preflight]

15941594

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

1595-

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

1595+

runs-on: ubuntu-24.04

15961596

timeout-minutes: 20

15971597

strategy:

15981598

fail-fast: false

@@ -1812,7 +1812,7 @@ jobs:

18121812

name: "build-smoke"

18131813

needs: [preflight, build-artifacts]

18141814

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

1815-

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

1815+

runs-on: ubuntu-24.04

18161816

timeout-minutes: 20

18171817

steps:

18181818

- name: Checkout

@@ -1908,7 +1908,7 @@ jobs:

19081908

contents: read

19091909

needs: [preflight]

19101910

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

1911-

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

1911+

runs-on: ubuntu-24.04

19121912

timeout-minutes: 20

19131913

steps:

19141914

- name: Checkout

@@ -1972,7 +1972,7 @@ jobs:

19721972

contents: read

19731973

needs: [preflight]

19741974

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

1975-

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

1975+

runs-on: ubuntu-24.04

19761976

timeout-minutes: 20

19771977

steps:

19781978

- name: Checkout