mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
ci(release): force release smokes onto GPT-5.5
This commit is contained in:
@@ -209,6 +209,8 @@ describe("bun global install smoke", () => {
|
||||
expect(workflow).toContain("run_fast_install_smoke");
|
||||
expect(workflow).toContain("run_full_install_smoke");
|
||||
expect(workflow).toContain("timeout 45m docker buildx build");
|
||||
expect(workflow).toContain('timeout 600s docker pull "$IMAGE_REF"');
|
||||
expect(workflow).not.toContain('timeout 300s docker pull "$IMAGE_REF"');
|
||||
expect(workflow).toContain("--progress=plain");
|
||||
expect(workflow).toContain("--load");
|
||||
expect(workflow).not.toContain("--cache-from");
|
||||
|
||||
Reference in New Issue
Block a user