ci: promote dev→uat (GRO-1939 smoke + GRO-1953/1955/1949 seed/db) #113

Merged
The Dogfather merged 6 commits from dev into uat 2026-05-30 11:16:44 +00:00
Member

dev → uat promotion (6 commits)

Promotes recent dev work to UAT.

Included commits

  • c99e2980 ci: add blackhole smoke for migrate image (GRO-1939) (#111)
  • 5ec9e9a8 fix(ci): correct typo groombok→groombook and fix Reset image cache-from indentation
  • e9aef571 GRO-1939: Add CI smoke test for blackholed migrate runtime
  • c588c94d GRO-1955: hotfix seed.ts broken uc reference in random pet batch (#112)
  • e00cdc13 fix(db): add missing 'short' value to coat_type enum (GRO-1953) (#110)
  • 1891b9c5 GRO-1949: add behavioral and skin medicalAlertPool types, deterministic seeding

QA / CI

PR #111 (latest dev tip) merged after Lint Roller APPROVED on 5ec9e9a8 and CI all-green (Test · Lint & Typecheck · Build & Push Docker Images).

UAT regression

CI-only workflow change (.gitea/workflows/ci.yml) — no user-facing behaviour from PR #111. Other commits (#110, #112, GRO-1949) touch seed/db enum/types; will request Shedward UAT regression after merge.

## dev → uat promotion (6 commits) Promotes recent dev work to UAT. ### Included commits - `c99e2980` ci: add blackhole smoke for migrate image (GRO-1939) (#111) - `5ec9e9a8` fix(ci): correct typo groombok→groombook and fix Reset image cache-from indentation - `e9aef571` GRO-1939: Add CI smoke test for blackholed migrate runtime - `c588c94d` GRO-1955: hotfix seed.ts broken uc reference in random pet batch (#112) - `e00cdc13` fix(db): add missing 'short' value to coat_type enum (GRO-1953) (#110) - `1891b9c5` GRO-1949: add behavioral and skin medicalAlertPool types, deterministic seeding ### QA / CI PR #111 (latest dev tip) merged after Lint Roller APPROVED on `5ec9e9a8` and CI all-green (Test · Lint & Typecheck · Build & Push Docker Images). ### UAT regression CI-only workflow change (`.gitea/workflows/ci.yml`) — no user-facing behaviour from PR #111. Other commits (#110, #112, GRO-1949) touch seed/db enum/types; will request Shedward UAT regression after merge.
The Dogfather added 6 commits 2026-05-30 11:16:31 +00:00
GRO-1949: add behavioral and skin medicalAlertPool types, deterministic seeding for TestCooper/TestRocky (#109)
CI / Test (push) Successful in 12s
CI / Lint & Typecheck (push) Failing after 15s
CI / Build & Push Docker Images (push) Has been skipped
1891b9c523
fix(db): add missing 'short' value to coat_type enum (GRO-1953) (#110)
CI / Lint & Typecheck (push) Failing after 14s
CI / Test (push) Successful in 14s
CI / Build & Push Docker Images (push) Has been skipped
e00cdc1321
GRO-1955: hotfix seed.ts broken uc reference in random pet batch (#112)
CI / Test (push) Failing after 9s
CI / Lint & Typecheck (push) Successful in 20s
CI / Build & Push Docker Images (push) Has been skipped
c588c94dcb
GRO-1939: Add CI smoke test for blackholed migrate runtime
CI / Test (pull_request) Successful in 15s
CI / Lint & Typecheck (pull_request) Successful in 17s
CI / Build & Push Docker Images (pull_request) Failing after 53s
e9aef5719f
Cherry-picked from fix/GRO-1909-migrate-corepack-offline (f007eca)
fix(ci): correct typo groombok->groombook and fix Reset image cache-from indentation
CI / Test (pull_request) Successful in 12s
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Build & Push Docker Images (pull_request) Successful in 44s
5ec9e9a8fd
- Fix API image tag typo: groombok -> groombook (line 103)
- Fix Reset image cache-from/cache-to indentation: moved from under tags: (12 spaces) to under with: (10 spaces)
- This corrects the Reset image build failure in CI runs.
ci: add blackhole smoke for migrate image (GRO-1939) (#111)
CI / Test (push) Successful in 12s
CI / Lint & Typecheck (push) Successful in 16s
CI / Test (pull_request) Successful in 10s
CI / Lint & Typecheck (pull_request) Successful in 17s
CI / Build & Push Docker Images (push) Successful in 48s
CI / Build & Push Docker Images (pull_request) Successful in 27s
c99e2980a1
Adds smoke-test step after the migrate image build that runs the image with registry.npmjs.org pointed at 127.0.0.1; pnpm --version must succeed without npm access. Guards against corepack-offline regression from GRO-1916.

QA: Lint Roller APPROVED (commit 5ec9e9a8) — CI all-green.
CTO: signed off (self-approval blocked by Gitea — I authored).

Closes #GRO-1954
Closes #GRO-1957
Closes #GRO-1958
Relates #GRO-1939
The Dogfather merged commit f80f781b23 into uat 2026-05-30 11:16:44 +00:00
Sign in to join this conversation.