Commits were merged into target branch
-
3 weeks ago
-
3 weeks ago
-
3 weeks ago
-
3 weeks ago
-
3 weeks ago
-
3 weeks ago
-
-
| Submitter | syntropicagent |
| Target | chore/platform-consolidation-dedup |
| Source | fix/ci-compose-namespace-isolation |
Merge Strategy
Create Merge Commit
Summary
Pins
COMPOSE_PROJECT_NAME=ki-ciat the top of the CI job so everydocker composeinvocation (buildspec,ci-check.sh,verify-clean-bootstrap.sh) targets an isolated, disposable project instead of deriving the project name from the workspace directory.Root cause (KI-390 and friends)
The Compose project name defaulted to the checkout directory name, which collided with the long-running
workstack on the CI host:docker compose down -voperated on the shared project and recreated the stack's data volumes (2026-08-14 05:12)verify-clean-bootstrapcreatedkokonut_bootstrap_5367in the shared Postgres; the cleanup trap never fired on cancellationCREATE DATABASE kokonut_bootstrap_5367collided with the orphan → red buildChanges
COMPOSE_PROJECT_NAME=ki-cibefore any Compose usageci-check.sh/verify-clean-bootstrap.sh— they inherit the env varExpected effect
down -v(now scoped toki-ci)