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

推荐订阅源

Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
J
Java Code Geeks
博客园 - 聂微东
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
腾讯CDC
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Azure Blog
Microsoft Azure Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
美团技术团队
博客园 - Franky
Google DeepMind News
Google DeepMind News
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
The Cloudflare Blog

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(release): force release smokes onto GPT-5.5 · openclaw...
steipete · 2026-05-02 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

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

315315

- name: Pull root Dockerfile smoke image

316316

env:

317317

IMAGE_REF: ${{ needs.root_dockerfile_image.outputs.image_ref }}

318-

run: timeout 300s docker pull "$IMAGE_REF"

318+

run: timeout 600s docker pull "$IMAGE_REF"

319319
320320

- name: Run root Dockerfile CLI smoke

321321

env:

@@ -405,7 +405,7 @@ jobs:

405405

- name: Pull root Dockerfile smoke image

406406

env:

407407

IMAGE_REF: ${{ needs.root_dockerfile_image.outputs.image_ref }}

408-

run: timeout 300s docker pull "$IMAGE_REF"

408+

run: timeout 600s docker pull "$IMAGE_REF"

409409
410410

- name: Set up Blacksmith Docker Builder

411411

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

@@ -472,7 +472,7 @@ jobs:

472472

- name: Pull root Dockerfile smoke image

473473

env:

474474

IMAGE_REF: ${{ needs.root_dockerfile_image.outputs.image_ref }}

475-

run: timeout 300s docker pull "$IMAGE_REF"

475+

run: timeout 600s docker pull "$IMAGE_REF"

476476
477477

- name: Setup Node environment for Bun smoke

478478

uses: ./.github/actions/setup-node-env

Original file line numberDiff line numberDiff line change

@@ -76,6 +76,11 @@ on:

7676

required: false

7777

default: ""

7878

type: string

79+

openai_model:

80+

description: OpenAI model for release cross-OS agent-turn smoke

81+

required: false

82+

default: ""

83+

type: string

7984

workflow_call:

8085

inputs:

8186

ref:

@@ -166,7 +171,7 @@ env:

166171

PNPM_VERSION: "10.32.1"

167172

OPENCLAW_REPOSITORY: openclaw/openclaw

168173

TSX_VERSION: "4.21.0"

169-

OPENCLAW_CROSS_OS_OPENAI_MODEL: ${{ vars.OPENCLAW_CROSS_OS_OPENAI_MODEL || 'openai/gpt-5.5' }}

174+

OPENCLAW_CROSS_OS_OPENAI_MODEL: ${{ inputs.openai_model || vars.OPENCLAW_CROSS_OS_OPENAI_MODEL || 'openai/gpt-5.5' }}

170175
171176

jobs:

172177

prepare:

Original file line numberDiff line numberDiff line change

@@ -331,6 +331,7 @@ jobs:

331331

candidate_file_name: openclaw-current.tgz

332332

candidate_version: ${{ needs.prepare_release_package.outputs.package_version }}

333333

candidate_source_sha: ${{ needs.prepare_release_package.outputs.source_sha }}

334+

openai_model: openai/gpt-5.5

334335

secrets:

335336

OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

336337

ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

Original file line numberDiff line numberDiff line change

@@ -137,16 +137,17 @@ describe("scripts/openclaw-cross-os-release-checks", () => {

137137

expect(resolveProviderConfig("openai", {})?.model).toBe("openai/gpt-5.5");

138138

});

139139
140-

it("keeps cross-OS release workflow OpenAI default on GPT-5.5", () => {

140+

it("keeps release cross-OS OpenAI smoke on GPT-5.5", () => {

141141

const workflow = readFileSync(

142142

".github/workflows/openclaw-cross-os-release-checks-reusable.yml",

143143

"utf8",

144144

);

145+

const releaseChecks = readFileSync(".github/workflows/openclaw-release-checks.yml", "utf8");

145146
146147

expect(workflow).toContain(

147-

"OPENCLAW_CROSS_OS_OPENAI_MODEL: ${{ vars.OPENCLAW_CROSS_OS_OPENAI_MODEL || 'openai/gpt-5.5' }}",

148+

"OPENCLAW_CROSS_OS_OPENAI_MODEL: ${{ inputs.openai_model || vars.OPENCLAW_CROSS_OS_OPENAI_MODEL || 'openai/gpt-5.5' }}",

148149

);

149-

expect(workflow).not.toContain("openai/gpt-5.4-mini");

150+

expect(releaseChecks).toContain("openai_model: openai/gpt-5.5");

150151

});

151152
152153

it("keeps release smoke plugin allowlists focused on agent-turn essentials", () => {

Original file line numberDiff line numberDiff line change

@@ -209,6 +209,8 @@ describe("bun global install smoke", () => {

209209

expect(workflow).toContain("run_fast_install_smoke");

210210

expect(workflow).toContain("run_full_install_smoke");

211211

expect(workflow).toContain("timeout 45m docker buildx build");

212+

expect(workflow).toContain('timeout 600s docker pull "$IMAGE_REF"');

213+

expect(workflow).not.toContain('timeout 300s docker pull "$IMAGE_REF"');

212214

expect(workflow).toContain("--progress=plain");

213215

expect(workflow).toContain("--load");

214216

expect(workflow).not.toContain("--cache-from");