All checks were successful
continuous-integration/drone/push Build is passing
WARM_CANONICAL=True added to every recipe in cc-ci-plan/used-recipes.md (20 weekly + uptime-kuma external). enrolled_recipes() now returns all 21. Test fixtures (custom-html-*-bad, concurrency, regression) intentionally left unenrolled. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
1005 B
Python
17 lines
1005 B
Python
# Per-recipe harness config for immich (Phase 2 Q3.5 — object-storage / large-volume photo+video
|
|
# management; a D10 category). Self-contained: app (immich-server, incl. machine-learning + the
|
|
# web SPA) + redis + database (postgres). NO external SSO dep needed — immich boots with a local
|
|
# admin account (OIDC is optional and NOT in the base .env.sample), so the §4.3 functional test uses
|
|
# immich's own admin API, not an OIDC provider. (oidc_login parity is authentik-specific in the
|
|
# corpus; per the operator SSO policy keycloak is the default and immich OIDC is optional — see
|
|
# PARITY.md non-ports.)
|
|
HEALTH_PATH = "/"
|
|
HEALTH_OK = (200, 301, 302)
|
|
# immich-server boots the API + web + (first-run) machine-learning model fetch; allow a wide window.
|
|
DEPLOY_TIMEOUT = 1500
|
|
HTTP_TIMEOUT = 600
|
|
|
|
# canon §2.B: enroll as a DATA-WARM canonical (all recipes enrolled — operator 2026-06-17).
|
|
# The weekly sweep promotes this recipe's canonical to its latest green RELEASE TAG.
|
|
WARM_CANONICAL = True
|