ci: give OpenAI package lane cleanup margin

This commit is contained in:
Peter Steinberger
2026-05-10 11:55:40 +01:00
parent bee98477df
commit 4e80aa8f7b
3 changed files with 5 additions and 1 deletions

View File

@@ -634,6 +634,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
expect(lane.name).toBe("codex-on-demand");
expect(lane.resources).toEqual(["docker", "npm", "service"]);
expect(lane.stateScenario).toBe("empty");
expect(lane.timeoutMs).toBe(1_800_000);
expect(plan.needs.bareImage).toBe(true);
expect(plan.needs.package).toBe(true);
});
@@ -756,6 +757,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
live: false,
name: "install-e2e-openai",
resources: ["docker", "npm", "service"],
timeoutMs: 1_800_000,
weight: 3,
},
{