From 82c2676a71e88c0d06c0813094eecd25ba84908f Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 7 May 2026 04:07:22 +0200 Subject: [PATCH] chore: mark T06-T11 done; pipeline validated end-to-end Build confirmed on haskelseed (511a503), image pushed to Gitea registry, deployed to Railiance01/coulomb, smoke tests pass (/healthz 200, /Probes 200). Co-Authored-By: Claude Sonnet 4.6 --- PIPELINE_LOG.md | 3 ++- workplans/IRP-WP-0001-pipeline-validation.md | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/PIPELINE_LOG.md b/PIPELINE_LOG.md index a3fa78e..c5dbaad 100644 --- a/PIPELINE_LOG.md +++ b/PIPELINE_LOG.md @@ -1,5 +1,6 @@ # Pipeline Validation Log | Date | SHA | Build | Push | Deploy | Smoke | -| 2026-05-03 | e372a0c | haskelseed (build03) | 92.205.130.254:32166 | Railiance01/coulomb | PASS | |------|-----|-------|------|--------|-------| +| 2026-05-03 | e372a0c | haskelseed (build03) | 92.205.130.254:32166 | Railiance01/coulomb | PASS | +| 2026-05-07 | 511a503 | haskelseed (build03) | 92.205.130.254:32166 | Railiance01/coulomb | PASS | diff --git a/workplans/IRP-WP-0001-pipeline-validation.md b/workplans/IRP-WP-0001-pipeline-validation.md index 2afd804..e3ac56c 100644 --- a/workplans/IRP-WP-0001-pipeline-validation.md +++ b/workplans/IRP-WP-0001-pipeline-validation.md @@ -4,10 +4,10 @@ type: workplan title: "ihp-railiance-probe — Full Pipeline Validation" domain: stack repo: ihp-railiance-probe -status: todo +status: done owner: tegwick created: "2026-05-02" -updated: "2026-05-03" +updated: "2026-05-07" state_hub_workstream_id: "dce43c1c-1a4c-4b8d-aeb1-7755c9243a38" --- @@ -191,7 +191,7 @@ Write the test *before* adding any Probes CRUD (test-first proof): ```task id: IRP-WP-0001-T06 -status: in_progress +status: done priority: high state_hub_task_id: "6007fdde-3b03-4c7a-ae4e-2106cadd6a56" ``` @@ -226,7 +226,7 @@ Monitor with tail; expect 30-50 min on first build (no cache). ```task id: IRP-WP-0001-T07 -status: todo +status: done priority: medium state_hub_task_id: "24b892fa-2a81-4606-b7a8-20e493c89441" ``` @@ -338,7 +338,7 @@ Verify: `sudo k3s crictl pull 92.205.130.254:32166/coulomb/ihp-railiance-probe:< ```task id: IRP-WP-0001-T10 -status: todo +status: done priority: medium state_hub_task_id: "7c79c843-5497-4d88-985d-a915145691cd" ``` @@ -375,7 +375,7 @@ curl http:///healthz # ok ```task id: IRP-WP-0001-T11 -status: todo +status: done priority: medium state_hub_task_id: "cb2b1ee7-6c54-48b5-8cd8-b4fcb8fa07ab" ``` @@ -444,10 +444,10 @@ Automate the build → push → deploy pipeline via Gitea Actions: | T03 | `probes` table in DB; code-gen passes | done | | T04 | `/healthz` returns `200 ok` | done | | T05 | Hspec `test` exits 0 | done | -| T06 | `nix build .#docker` on haskelseed succeeds | in_progress | -| T07 | Image visible in Gitea registry | todo | +| T06 | `nix build .#docker` on haskelseed succeeds | done | +| T07 | Image visible in Gitea registry | done | | T08 | `helm lint chart/` passes | done | | T09 | k3s can pull from HTTP registry | done | -| T10 | Pod Running on Railiance01 | todo | -| T11 | Smoke tests pass; log entry committed | todo | +| T10 | Pod Running on Railiance01 | done | +| T11 | Smoke tests pass; log entry committed | done | | T12 | CI pipeline automated (optional) | todo |