Support candidate readiness during rolling updates
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
lib/openagents/forge/rolling_node_probe.ex -
modified
lib/openagents/forge/rolling_provider/gcp.ex -
added
test/openagents/forge/rolling_node_probe_test.exs -
modified
test/openagents/forge/rolling_provider/gcp_test.exs
Diff
4 files changed, +124 -11
lib/openagents/forge/rolling_node_probe.ex modified +21 -3
@@ -10,14 +10,32 @@ defmodule OpenAgents.Forge.RollingNodeProbe do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 13 | 19 |
|
| 14 | 20 |
|
| 15 | 21 |
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 16 | 34 |
|
| 17 | 35 |
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 21 | 39 |
|
| 22 | 40 |
|
| 23 | 41 |
|
lib/openagents/forge/rolling_provider/gcp.ex modified +15 -5
@@ -57,7 +57,7 @@ defmodule OpenAgents.Forge.RollingProvider.Gcp do
| 57 | 57 |
|
| 58 | 58 |
|
| 59 | 59 |
|
| 60 |
|
|
| 60 |
|
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 | 63 |
|
@@ -76,7 +76,7 @@ defmodule OpenAgents.Forge.RollingProvider.Gcp do
| 76 | 76 |
|
| 77 | 77 |
|
| 78 | 78 |
|
| 79 |
|
|
| 79 |
|
|
| 80 | 80 |
|
| 81 | 81 |
|
| 82 | 82 |
|
@@ -113,11 +113,11 @@ defmodule OpenAgents.Forge.RollingProvider.Gcp do
| 113 | 113 |
|
| 114 | 114 |
|
| 115 | 115 |
|
| 116 |
|
|
| 116 |
|
|
| 117 | 117 |
|
| 118 | 118 |
|
| 119 | 119 |
|
| 120 |
|
|
| 120 |
|
|
| 121 | 121 |
|
| 122 | 122 |
|
| 123 | 123 |
|
@@ -133,7 +133,17 @@ defmodule OpenAgents.Forge.RollingProvider.Gcp do
| 133 | 133 |
|
| 134 | 134 |
|
| 135 | 135 |
|
| 136 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 137 | 147 |
|
| 138 | 148 |
|
| 139 | 149 |
|
test/openagents/forge/rolling_node_probe_test.exs added +65
@@ -0,0 +1,65 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
test/openagents/forge/rolling_provider/gcp_test.exs modified +23 -3
@@ -51,6 +51,7 @@ defmodule OpenAgents.Forge.RollingProvider.GcpTest do
| 51 | 51 |
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 |
|
|
| 54 | 55 |
|
| 55 | 56 |
|
| 56 | 57 |
|
@@ -97,7 +98,7 @@ defmodule OpenAgents.Forge.RollingProvider.GcpTest do
| 97 | 98 |
|
| 98 | 99 |
|
| 99 | 100 |
|
| 100 |
|
|
| 101 |
|
|
| 101 | 102 |
|
| 102 | 103 |
|
| 103 | 104 |
|
@@ -106,7 +107,7 @@ defmodule OpenAgents.Forge.RollingProvider.GcpTest do
| 106 | 107 |
|
| 107 | 108 |
|
| 108 | 109 |
|
| 109 |
|
|
| 110 |
|
|
| 110 | 111 |
|
| 111 | 112 |
|
| 112 | 113 |
|
@@ -124,7 +125,7 @@ defmodule OpenAgents.Forge.RollingProvider.GcpTest do
| 124 | 125 |
|
| 125 | 126 |
|
| 126 | 127 |
|
| 127 |
|
|
| 128 |
|
|
| 128 | 129 |
|
| 129 | 130 |
|
| 130 | 131 |
|
@@ -133,6 +134,25 @@ defmodule OpenAgents.Forge.RollingProvider.GcpTest do
| 133 | 134 |
|
| 134 | 135 |
|
| 135 | 136 |
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 136 | 156 |
|
| 137 | 157 |
|
| 138 | 158 |
|