Commit d32c13a
committed
ci: raise the shard caps that cancelled three jobs at 90 minutes
The caps were the binding constraint again and the measured table has grown
about 50% since they were set. `plan_shards.lua` on this tree reports linux
23925s, macos 16676s, windows 18435s, so `secs / 4200 + 1` asks for 6 / 4 / 5
while the caps clamped to 4 / 2 / 2. Windows at 18435s over two shards is
roughly 150 minutes a shard, over the 90-minute job cap before a cold cache is
considered at all.
Observed rather than predicted. On this PR's pin move three shards were
cancelled at exactly 90 minutes: `linux default 0/4`, `linux default 3/4` and
`windows default 0/2`. The two linux shards passed on a re-run against the warm
registry cache. The Windows one timed out AGAIN at 1h30m13s WITH the cache
restored -- the pin change invalidates every member build, and that shard
carries godot-cpp-m twice (9.5 and 10 minutes) plus opencv.
linux 4 -> 6, windows 2 -> 5. macos stays at 2: it has never been cancelled, so
raising it would be a prediction rather than a measurement, and the formula's 4
is there the day it is. The paragraph that set the previous caps is marked
superseded rather than deleted, because it records the measurement that was
true when it was written.1 parent e99abbb commit d32c13a
1 file changed
Lines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
682 | 687 | | |
683 | 688 | | |
684 | 689 | | |
685 | 690 | | |
686 | | - | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
687 | 712 | | |
688 | | - | |
| 713 | + | |
689 | 714 | | |
690 | 715 | | |
691 | 716 | | |
| |||
0 commit comments