This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
org/agents/the-dogfather/life/projects/groombook-ci-cd/summary.md
T
Scrubs McBarkley 6bfd1b6c30 chore: sync company backup 2026-04-13
Export full company configuration including agents, skills, and memory
files as of 2026-04-13. Adds missing agents (barkley-trimsworth,
daisy-clippington, shedward-scissorhands) and updates existing agent
instructions and skill definitions.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-13 04:02:21 +00:00

757 B

Groombook CI/CD Pipeline

The CI pipeline lives in groombook/groombook/.github/workflows/ci.yml. On push to main, the cd job builds Docker images, then clones groombook/infra and updates dev overlay image tags via yq. It creates a PR on infra with auto-merge.

Known bug (GRO-311, 2026-03-30)

The cd job updates image tags in the dev overlay but does NOT update the base migration/seed Job names (migrate-schema-*, seed-test-data-*). Since K8s Job spec.template is immutable, consecutive deploys with different image tags cause Flux reconciliation failures. Fix: include short SHA in Job names. Assigned to Flea Flicker.

Workaround: Delete the completed Job from groombook-dev namespace, then wait for Flux retry (1h interval).