ci(release): force release smokes onto GPT-5.5

This commit is contained in:
Peter Steinberger
2026-05-02 01:37:49 +01:00
parent 5c447f53d7
commit 3cb7752346
5 changed files with 16 additions and 7 deletions

View File

@@ -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");