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

推荐订阅源

D
DataBreaches.Net
有赞技术团队
有赞技术团队
Jina AI
Jina AI
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
美团技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家

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
fix(test): schedule missing docker runner lanes · opencla...
vincentkoc · 2026-06-18 · via Recent Commits to openclaw:main

@@ -705,6 +705,7 @@ describe("scripts/lib/docker-e2e-plan", () => {

705705

{ credentials: ["factory"], name: "live-acp-bind-droid" },

706706

{ credentials: ["gemini"], name: "live-acp-bind-gemini" },

707707

{ credentials: ["opencode"], name: "live-acp-bind-opencode" },

708+

{ credentials: ["openai", "telegram"], name: "npm-telegram-live" },

708709

] as const;

709710710711

for (const { credentials, name } of cases) {

@@ -836,6 +837,52 @@ describe("scripts/lib/docker-e2e-plan", () => {

836837

expect(plan.needs.liveImage).toBe(true);

837838

});

838839840+

it("plans Docker package scripts that were previously only directly runnable", () => {

841+

const plan = planFor({

842+

selectedLaneNames: ["browser-cdp-snapshot", "multi-node-update", "npm-telegram-live"],

843+

});

844+845+

expect(plan.credentials).toEqual(["openai", "telegram"]);

846+

expect(plan.lanes.map(summarizeLane)).toEqual([

847+

{

848+

command: "pnpm test:docker:browser-cdp-snapshot",

849+

imageKind: "functional",

850+

live: false,

851+

name: "browser-cdp-snapshot",

852+

resources: ["docker", "service"],

853+

stateScenario: "empty",

854+

timeoutMs: 1_200_000,

855+

weight: 3,

856+

},

857+

{

858+

command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:multi-node-update",

859+

imageKind: "bare",

860+

live: false,

861+

name: "multi-node-update",

862+

resources: ["docker", "npm"],

863+

stateScenario: "empty",

864+

timeoutMs: 900_000,

865+

weight: 3,

866+

},

867+

{

868+

command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:npm-telegram-live",

869+

imageKind: "bare",

870+

live: true,

871+

name: "npm-telegram-live",

872+

resources: ["docker", "live", "live:openai", "live:telegram", "npm", "service"],

873+

timeoutMs: 1_800_000,

874+

weight: 3,

875+

},

876+

]);

877+

expect(plan.needs).toEqual({

878+

bareImage: true,

879+

e2eImage: true,

880+

functionalImage: true,

881+

liveImage: true,

882+

package: true,

883+

});

884+

});

885+839886

it("plans Open WebUI as a live-auth functional image lane", () => {

840887

const plan = planFor({

841888

includeOpenWebUI: true,

@@ -877,6 +924,7 @@ describe("scripts/lib/docker-e2e-plan", () => {

877924

selectedLaneNames: [

878925

"onboard",

879926

"agents-delete-shared-workspace",

927+

"browser-cdp-snapshot",

880928

"doctor-switch",

881929

"openai-image-auth",

882930

"openai-web-search-minimal",

@@ -894,6 +942,7 @@ describe("scripts/lib/docker-e2e-plan", () => {

894942

"kitchen-sink-rpc",

895943

"bundled-plugin-install-uninstall-0",

896944

"commitments-safety",

945+

"multi-node-update",

897946

"update-channel-switch",

898947

"skill-install",

899948

"upgrade-survivor",

@@ -905,6 +954,7 @@ describe("scripts/lib/docker-e2e-plan", () => {

905954

).toEqual([

906955

{ name: "onboard", stateScenario: "empty" },

907956

{ name: "agents-delete-shared-workspace", stateScenario: "empty" },

957+

{ name: "browser-cdp-snapshot", stateScenario: "empty" },

908958

{ name: "doctor-switch", stateScenario: "empty" },

909959

{ name: "openai-image-auth", stateScenario: "empty" },

910960

{ name: "openai-web-search-minimal", stateScenario: "empty" },

@@ -922,6 +972,7 @@ describe("scripts/lib/docker-e2e-plan", () => {

922972

{ name: "kitchen-sink-rpc", stateScenario: "empty" },

923973

{ name: "bundled-plugin-install-uninstall-0", stateScenario: "empty" },

924974

{ name: "commitments-safety", stateScenario: "empty" },

975+

{ name: "multi-node-update", stateScenario: "empty" },

925976

{ name: "update-channel-switch", stateScenario: "update-stable" },

926977

{ name: "skill-install", stateScenario: "empty" },

927978

{ name: "upgrade-survivor", stateScenario: "upgrade-survivor" },