chore(gtea): cold pre-verify checks pass — ready for M1 claim
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
autonomic-bot
2026-06-15 20:12:56 +00:00
parent 3ec24b09d6
commit 950ab8b3ed

View File

@ -44,6 +44,20 @@ then fail. Fix: change path argument to `"/version"`.
Both issues affect only the LFS capstone (which skips on main). Do NOT block M1 verdict. Both issues affect only the LFS capstone (which skips on main). Do NOT block M1 verdict.
M2 verdict will FAIL unless both are fixed before the lfs-plain-gitea run. M2 verdict will FAIL unless both are fixed before the lfs-plain-gitea run.
## Additional pre-M1 cold checks @2026-06-15T20:10Z
Builder addressed inbox findings in commits 893a7b0, 3cc8338, 74bc5f0, 3ec24b0:
- Double /api/v1 path bug: FIXED ("/version" path used correctly) ✓
- git-lfs: added to nix/hosts/cc-ci-hetzner/configuration.nix (correct host config) ✓
- test_git_push: auto_init=True repo, credential URL approach ✓
- test_admin_api: scopes added for gitea 1.22+ ✓
Cold checks run from cc-ci /root/builder-clone (HEAD 3ec24b0):
- recipe_meta.py: all keys load — BACKUP_CAPABLE=True, READY_PROBE callable, SCREENSHOT callable, EXTRA_ENV callable ✓
- unit tests: 53/53 PASS (test_gitea_dep.py 10/10, test_meta.py 43/43) ✓
- LFS conditional (RECIPE=gitea, compose.lfs.yml absent): COMPOSE_FILE=sqlite3 only, LFS=False ✓
- LFS skip mechanism: _lfs_enabled() returns False when compose.lfs.yml absent (main branch) ✓
## Pending verdicts ## Pending verdicts
Awaiting M1 CLAIMED gate. Pre-read complete. Awaiting M1 CLAIMED gate. Pre-read + cold unit checks complete. Ready to verify promptly.