





















@@ -525,7 +525,7 @@ describe("package artifact reuse", () => {
525525expect(workflow).toContain("suite_id: live-gateway-anthropic-docker");
526526expect(workflow).toContain("OPENCLAW_LIVE_GATEWAY_MAX_MODELS=2");
527527expect(workflow).toContain(
528-"OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=1",
528+"OPENCLAW_LIVE_GATEWAY_THINKING=low OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=1 OPENCLAW_LIVE_GATEWAY_STEP_TIMEOUT_MS=90000 OPENCLAW_LIVE_GATEWAY_MODEL_TIMEOUT_MS=600000",
529529);
530530expect(workflow).toContain("timeout --foreground --kill-after=30s 35m");
531531expect(workflow).toMatch(/suite_id: live-gateway-docker[\s\S]*?timeout_minutes: 40/u);
@@ -582,6 +582,7 @@ describe("package artifact reuse", () => {
582582const scenarios = readFileSync("scripts/lib/docker-e2e-scenarios.mjs", "utf8");
583583const scheduler = readFileSync("scripts/test-docker-all.mjs", "utf8");
584584const harness = readFileSync("scripts/test-live-codex-harness-docker.sh", "utf8");
585+const liveDockerAuth = readFileSync("scripts/lib/live-docker-auth.sh", "utf8");
585586const sharedLiveScripts = [
586587readFileSync("scripts/test-live-models-docker.sh", "utf8"),
587588readFileSync("scripts/test-live-gateway-models-docker.sh", "utf8"),
@@ -596,7 +597,7 @@ describe("package artifact reuse", () => {
596597'run: OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" timeout --foreground --kill-after=30s 35m bash .release-harness/scripts/test-live-models-docker.sh',
597598);
598599expect(workflow).toContain(
599-"command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=1",
600+"command: OPENCLAW_LIVE_GATEWAY_THINKING=low OPENCLAW_LIVE_GATEWAY_PROVIDERS=openai OPENCLAW_LIVE_GATEWAY_MODELS=openai/gpt-5.5 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=1",
600601);
601602expect(workflow).toContain(
602603'command: OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" timeout --foreground --kill-after=30s 45m bash .release-harness/scripts/test-live-cli-backend-docker.sh',
@@ -627,6 +628,7 @@ describe("package artifact reuse", () => {
627628);
628629expect(scheduler).toContain("function liveDockerHarnessScriptCommand");
629630expect(scheduler).toContain('liveDockerHarnessScriptCommand("test-live-build-docker.sh")');
631+expect(liveDockerAuth).toContain("codex-cli | openai | openai-codex)");
630632expect(harness).toContain('source "$TRUSTED_HARNESS_DIR/scripts/lib/live-docker-auth.sh"');
631633expect(harness).not.toContain('source "$ROOT_DIR/scripts/lib/live-docker-auth.sh"');
632634expect(harness).toContain(
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。