fix(release): extend OpenAI installer e2e timeout · openclaw/openclaw@86ad174
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -523,7 +523,7 @@ const releasePathBundledChannelLanes = [
|
523 | 523 | const releasePathPackageInstallOpenAiLanes = [ |
524 | 524 | npmLane( |
525 | 525 | "install-e2e-openai", |
526 | | -"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=900 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e", |
| 526 | +"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=1500 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e", |
527 | 527 | { |
528 | 528 | resources: ["service"], |
529 | 529 | weight: 3, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -118,7 +118,7 @@ describe("docker build helper", () => {
|
118 | 118 | const scenarios = readFileSync(DOCKER_E2E_SCENARIOS_PATH, "utf8"); |
119 | 119 | |
120 | 120 | expect(scenarios).toContain( |
121 | | -'"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=900 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e"', |
| 121 | +'"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=1500 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e"', |
122 | 122 | ); |
123 | 123 | expect(scenarios).toContain( |
124 | 124 | '"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=anthropic OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-anthropic:local pnpm test:install:e2e"', |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -736,7 +736,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
736 | 736 | expect(plan.lanes.map(summarizeLane)).toEqual([ |
737 | 737 | { |
738 | 738 | command: |
739 | | -"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=900 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e", |
| 739 | +"OPENCLAW_INSTALL_TAG=beta OPENCLAW_E2E_MODELS=openai OPENCLAW_INSTALL_E2E_IMAGE=openclaw-install-e2e-openai:local OPENCLAW_INSTALL_E2E_AGENT_TURN_TIMEOUT_SECONDS=1500 OPENCLAW_INSTALL_E2E_AGENT_TURNS_PARALLEL=0 pnpm test:install:e2e", |
740 | 740 | imageKind: "bare", |
741 | 741 | live: false, |
742 | 742 | name: "install-e2e-openai", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。