REPORT: record every CI run id, run number and conclusion
gates / gates (push) Successful in 9s

This commit is contained in:
2026-08-02 20:38:52 +02:00
parent e6311f9fbc
commit 95eb5c2c1a
+13 -2
View File
@@ -89,7 +89,7 @@ wiring), `stacks/deploy.go` (`Manager.DriveLive`), `backup/appstop_marker.go` (`
| `felhom-controller` | `582135f` | v0.190.0 — the boot settle window, both gates on intent, and R-171 |
| `felhom-controller` | `dcc3363` | boot window: sample REFRESHES first — a cached fleet made 'settled' meaningless |
| `felhom-controller` | `4bad6e0` | CHANGELOG: the boot window's sample refreshes first |
| `felhom.eu` | *(docs commit, this session)* | docs: R-157 A / R-170 / R-171 closed |
| `felhom.eu` | `ad28699` | docs: R-157 A / R-170 / R-171 closed — boot recovery finished |
Direct to `main`, no branches, no `Co-Authored-By`. Pre-push hook green; **`--no-verify` NOT used.**
@@ -214,7 +214,18 @@ already existed and were **all restored**: `bookstack`, `immich`, `calibre-web`,
loops are gone (`ps aux | grep -c '[u]mount …'`**0**). The credential-bearing helper was deleted
from the guest (`/root/act.sh`, `/tmp/act.sh`) and from DooPlex.
CI run number/task id for the final push and its conclusion: recorded in §11 below.
**CI — every push checked by run id and run number, matching `head_sha` to the commit:**
| Repo | Task id | Run number | `head_sha` | Status |
|---|---|---|---|---|
| `felhom-controller` | **21** | 6 | `582135f8` | **success** |
| `felhom-controller` | **22** | 7 | `dcc3363d` | **success** |
| `felhom-controller` | **23** | 8 | `4bad6e06` | **success** |
| `felhom-controller` | **24** | 9 | `e6311f9f` | **success** |
| `felhom.eu` | **25** | 12 | `ad286997` | **success** |
Pulled from the run list and polled until each left `running` — not inferred from the absence of a
failure e-mail, which is the check `felhom.eu/CLAUDE.md` now names.
## 11. Observations — noticed, documented, NOT acted on