ci: restore hosted lane headroom

This commit is contained in:
Tianyi Cui
2026-07-21 21:28:49 +08:00
parent 7813dbcf0f
commit ca0c9a7c48
7 changed files with 36 additions and 27 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ describe('snapshot lanes', () => {
expect(new Set(ordinary).size).toBe(ordinary.length)
expect(acp.map(lane => lane.files)).toEqual(Array.from(
{ length: 2 },
{ length: 4 },
() => ['examples/acp-agent/tests/acp.snapshot.ts'],
))
expect(acp.map(lane => lane.scenarioShard)).toEqual(['1/2', '2/2'])
expect(acp.map(lane => lane.scenarioShard)).toEqual(['1/4', '2/4', '3/4', '4/4'])
expect([...ordinary, 'examples/acp-agent/tests/acp.snapshot.ts'].sort()).toEqual(discovered)
})