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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

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: reduce main workflow queue time · openclaw/openclaw@1...
steipete · 2026-05-18 · via Recent Commits to openclaw:main

@@ -38,7 +38,7 @@ jobs:

3838

permissions:

3939

contents: read

4040

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

41-

runs-on: ubuntu-24.04

41+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

4242

timeout-minutes: 20

4343

outputs:

4444

checkout_revision: ${{ steps.checkout_ref.outputs.sha }}

@@ -301,7 +301,7 @@ jobs:

301301

permissions:

302302

contents: read

303303

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

304-

runs-on: ubuntu-24.04

304+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

305305

timeout-minutes: 20

306306

env:

307307

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

@@ -394,7 +394,7 @@ jobs:

394394

permissions:

395395

contents: read

396396

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

397-

runs-on: ubuntu-24.04

397+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

398398

timeout-minutes: 10

399399

steps:

400400

- name: Checkout

@@ -419,7 +419,7 @@ jobs:

419419

permissions: {}

420420

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

421421

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

422-

runs-on: ubuntu-24.04

422+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

423423

timeout-minutes: 5

424424

steps:

425425

- name: Verify fast security jobs

@@ -834,7 +834,7 @@ jobs:

834834

name: checks-fast-contracts-plugins

835835

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

836836

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

837-

runs-on: ubuntu-24.04

837+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

838838

timeout-minutes: 5

839839

steps:

840840

- name: Verify plugin contract shards

@@ -940,7 +940,7 @@ jobs:

940940

name: checks-fast-contracts-channels

941941

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

942942

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

943-

runs-on: ubuntu-24.04

943+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

944944

timeout-minutes: 5

945945

steps:

946946

- name: Verify channel contract shards

@@ -962,7 +962,7 @@ jobs:

962962

name: "checks-fast-protocol"

963963

needs: [preflight]

964964

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

965-

runs-on: ubuntu-24.04

965+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

966966

timeout-minutes: 30

967967

steps:

968968

- name: Checkout

@@ -1027,7 +1027,7 @@ jobs:

10271027

name: ${{ matrix.check_name }}

10281028

needs: [preflight, build-artifacts]

10291029

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

1030-

runs-on: ubuntu-24.04

1030+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

10311031

timeout-minutes: 5

10321032

strategy:

10331033

fail-fast: false

@@ -1246,7 +1246,7 @@ jobs:

12461246

name: ${{ matrix.check_name }}

12471247

needs: [preflight, build-artifacts]

12481248

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

1249-

runs-on: ubuntu-24.04

1249+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

12501250

timeout-minutes: 5

12511251

strategy:

12521252

fail-fast: false

@@ -1278,7 +1278,7 @@ jobs:

12781278

name: checks-node-core

12791279

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

12801280

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

1281-

runs-on: ubuntu-24.04

1281+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

12821282

timeout-minutes: 5

12831283

steps:

12841284

- name: Verify node test shards

@@ -1312,7 +1312,7 @@ jobs:

13121312

include:

13131313

- check_name: check-preflight-guards

13141314

task: preflight-guards

1315-

runner: ubuntu-24.04

1315+

runner: blacksmith-4vcpu-ubuntu-2404

13161316

- check_name: check-prod-types

13171317

task: prod-types

13181318

runner: blacksmith-4vcpu-ubuntu-2404

@@ -1321,16 +1321,16 @@ jobs:

13211321

runner: blacksmith-16vcpu-ubuntu-2404

13221322

- check_name: check-dependencies

13231323

task: dependencies

1324-

runner: ubuntu-24.04

1324+

runner: blacksmith-8vcpu-ubuntu-2404

13251325

- check_name: check-policy-guards

13261326

task: policy-guards

1327-

runner: ubuntu-24.04

1327+

runner: blacksmith-4vcpu-ubuntu-2404

13281328

- check_name: check-test-types

13291329

task: test-types

13301330

runner: blacksmith-4vcpu-ubuntu-2404

13311331

- check_name: check-strict-smoke

13321332

task: strict-smoke

1333-

runner: ubuntu-24.04

1333+

runner: blacksmith-4vcpu-ubuntu-2404

13341334

steps:

13351335

- name: Checkout

13361336

shell: bash

@@ -1448,7 +1448,7 @@ jobs:

14481448

name: "check"

14491449

needs: [preflight, check-shard]

14501450

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

1451-

runs-on: ubuntu-24.04

1451+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

14521452

timeout-minutes: 5

14531453

steps:

14541454

- name: Verify check shards

@@ -1643,7 +1643,7 @@ jobs:

16431643

name: "check-additional"

16441644

needs: [preflight, check-additional-shard, build-artifacts]

16451645

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

1646-

runs-on: ubuntu-24.04

1646+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

16471647

timeout-minutes: 5

16481648

steps:

16491649

- name: Verify additional check shards

@@ -1671,7 +1671,7 @@ jobs:

16711671

name: "build-smoke"

16721672

needs: [preflight, build-artifacts]

16731673

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

1674-

runs-on: ubuntu-24.04

1674+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

16751675

timeout-minutes: 5

16761676

steps:

16771677

- name: Verify build smoke

@@ -1689,7 +1689,7 @@ jobs:

16891689

contents: read

16901690

needs: [preflight]

16911691

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

1692-

runs-on: ubuntu-24.04

1692+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

16931693

timeout-minutes: 20

16941694

steps:

16951695

- name: Checkout

@@ -1763,7 +1763,7 @@ jobs:

17631763

contents: read

17641764

needs: [preflight]

17651765

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

1766-

runs-on: ubuntu-24.04

1766+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

17671767

timeout-minutes: 20

17681768

steps:

17691769

- name: Checkout