- Co-Authored-By
- Christopher David <chris@openagents.com>
Quarantine structurally invalid forge repository caches
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
docs/operations/production-deploy-runbook.md -
modified
lib/openagents/forge/repos.ex -
modified
ops/ci/allowed-sarah-references.txt -
added
test/openagents/forge/repos_test.exs
Diff
4 files changed, +66 -0
docs/operations/production-deploy-runbook.md modified +2
@@ -203,3 +203,5 @@ Do not report success without all of the following:
| 203 | 203 |
|
| 204 | 204 |
|
| 205 | 205 |
|
| 206 |
|
|
| 207 |
|
lib/openagents/forge/repos.ex modified +34
@@ -8,6 +8,8 @@ defmodule OpenAgents.Forge.Repos do
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 12 |
|
|
| 11 | 13 |
|
| 12 | 14 |
|
| 13 | 15 |
|
@@ -56,6 +58,8 @@ defmodule OpenAgents.Forge.Repos do
| 56 | 58 |
|
| 57 | 59 |
|
| 58 | 60 |
|
| 61 |
|
|
| 62 |
|
|
| 59 | 63 |
|
| 60 | 64 |
|
| 61 | 65 |
|
@@ -67,6 +71,36 @@ defmodule OpenAgents.Forge.Repos do
| 67 | 71 |
|
| 68 | 72 |
|
| 69 | 73 |
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 70 | 104 |
|
| 71 | 105 |
|
| 72 | 106 |
|
ops/ci/allowed-sarah-references.txt modified +1
@@ -22,6 +22,7 @@
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 |
|
|
| 25 | 26 |
|
| 26 | 27 |
|
| 27 | 28 |
|
test/openagents/forge/repos_test.exs added +29
@@ -0,0 +1,29 @@
| 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 |
|