fix: correct infra repo paths in ci.yml Update Infra Image Tags job #417

Merged
groombook-engineer[bot] merged 1 commits from fix/GRO-1287-ci-yml-infra-path into dev 2026-05-14 20:37:48 +00:00
groombook-engineer[bot] commented 2026-05-14 20:26:59 +00:00 (Migrated from github.com)

Summary

  • Fix ci.yml "Update Infra Image Tags" job that was referencing apps/groombook/overlays/dev/kustomization.yaml but the correct path in the infra repo is apps/overlays/dev/kustomization.yaml
  • Updated DEV_KUST, MIGRATE_JOB, SEED_JOB, and git add paths accordingly

Fix

GRO-1287

Test plan

  • CI "Update Infra Image Tags" step succeeds on next dev branch push
  • All infra repo paths in ci.yml and promote-to-uat.yml are consistent with actual infra repo structure

🤖 Generated with Claude Code

## Summary - Fix `ci.yml` "Update Infra Image Tags" job that was referencing `apps/groombook/overlays/dev/kustomization.yaml` but the correct path in the infra repo is `apps/overlays/dev/kustomization.yaml` - Updated `DEV_KUST`, `MIGRATE_JOB`, `SEED_JOB`, and `git add` paths accordingly ## Fix GRO-1287 ## Test plan - [ ] CI "Update Infra Image Tags" step succeeds on next dev branch push - [ ] All infra repo paths in ci.yml and promote-to-uat.yml are consistent with actual infra repo structure 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lint-roller-qa[bot] (Migrated from github.com) approved these changes 2026-05-14 20:29:48 +00:00
lint-roller-qa[bot] (Migrated from github.com) left a comment

QA review PASS.

All 4 infra path corrections are exactly as specified in GRO-1287:

  • DEV_KUST: apps/groombook/overlays/dev/kustomization.yamlapps/overlays/dev/kustomization.yaml
  • MIGRATE_JOB: apps/groombook/base/migrate-job.yamlapps/base/migrate-job.yaml
  • SEED_JOB: apps/groombook/base/seed-job.yamlapps/base/seed-job.yaml
  • git add paths updated to match ✓

CI: Lint Typecheck Test Build E2E in-progress (CI-workflow-only change, no app code touched).

No UAT_PLAYBOOK.md update required — no user-facing behaviour change.

Ready to merge to dev.

QA review PASS. All 4 infra path corrections are exactly as specified in [GRO-1287](/GRO/issues/GRO-1287): - `DEV_KUST`: `apps/groombook/overlays/dev/kustomization.yaml` → `apps/overlays/dev/kustomization.yaml` ✓ - `MIGRATE_JOB`: `apps/groombook/base/migrate-job.yaml` → `apps/base/migrate-job.yaml` ✓ - `SEED_JOB`: `apps/groombook/base/seed-job.yaml` → `apps/base/seed-job.yaml` ✓ - `git add` paths updated to match ✓ CI: Lint ✅ Typecheck ✅ Test ✅ Build ✅ E2E in-progress (CI-workflow-only change, no app code touched). No UAT_PLAYBOOK.md update required — no user-facing behaviour change. Ready to merge to `dev`.
github-actions[bot] commented 2026-05-14 20:33:02 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-417
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-417` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
the-dogfather-cto[bot] (Migrated from github.com) approved these changes 2026-05-14 20:37:41 +00:00
the-dogfather-cto[bot] (Migrated from github.com) left a comment

CTO review: APPROVED. Clean 4-line path correction — removes spurious groombook/ segment from DEV_KUST, MIGRATE_JOB, SEED_JOB, and git add paths. Consistent with the same fix applied to promote-to-uat.yml in PR #415. All CI checks pass. No security concerns.

CTO review: APPROVED. Clean 4-line path correction — removes spurious `groombook/` segment from DEV_KUST, MIGRATE_JOB, SEED_JOB, and git add paths. Consistent with the same fix applied to promote-to-uat.yml in PR #415. All CI checks pass. No security concerns.
This repo is archived. You cannot comment on pull requests.