Stabilize Forge compiler workspaces
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- built
- 111 modules in 115.1 s
- built
- 112 modules in 95.0 s
- deployed
- live · 111 modules on 3 nodes · push→live —
- deployed
- needs_rolling_replace · 111 modules on 0 nodes · push→live —
- deployed
- live · 112 modules on 3 nodes · push→live —
- deployed
- needs_rolling_replace · 112 modules on 0 nodes · push→live —
Changed files
-
modified
docs/operations/forge-hot-loop.md -
modified
lib/openagents/forge/build_worker.ex -
modified
test/openagents/forge/build_worker_test.exs
Diff
3 files changed, +57 -3
docs/operations/forge-hot-loop.md modified +4
@@ -56,6 +56,10 @@ Every link below exists in code and runs in this order:
| 56 | 56 |
|
| 57 | 57 |
|
| 58 | 58 |
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 59 | 63 |
|
| 60 | 64 |
|
| 61 | 65 |
|
lib/openagents/forge/build_worker.ex modified +11 -1
@@ -76,7 +76,7 @@ defmodule OpenAgents.Forge.BuildWorker do
| 76 | 76 |
|
| 77 | 77 |
|
| 78 | 78 |
|
| 79 |
|
|
| 79 |
|
|
| 80 | 80 |
|
| 81 | 81 |
|
| 82 | 82 |
|
@@ -579,6 +579,16 @@ defmodule OpenAgents.Forge.BuildWorker do
| 579 | 579 |
|
| 580 | 580 |
|
| 581 | 581 |
|
| 582 |
|
|
| 583 |
|
|
| 584 |
|
|
| 585 |
|
|
| 586 |
|
|
| 587 |
|
|
| 588 |
|
|
| 589 |
|
|
| 590 |
|
|
| 591 |
|
|
| 582 | 592 |
|
| 583 | 593 |
|
| 584 | 594 |
|
test/openagents/forge/build_worker_test.exs modified +42 -2
@@ -35,7 +35,9 @@ defmodule OpenAgents.Forge.BuildWorkerTest do
| 35 | 35 |
|
| 36 | 36 |
|
| 37 | 37 |
|
| 38 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 39 | 41 |
|
| 40 | 42 |
|
| 41 | 43 |
|
@@ -78,7 +80,45 @@ defmodule OpenAgents.Forge.BuildWorkerTest do
| 78 | 80 |
|
| 79 | 81 |
|
| 80 | 82 |
|
| 81 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 121 |
|
|
| 82 | 122 |
|
| 83 | 123 |
|
| 84 | 124 |
|