journal: overnight /upgrade-all complete — 10 GREEN, 2 stale-test, 2 failed, 4 skipped

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-02 11:41:47 +00:00
parent 9e88927e5b
commit bfe3a97301

View File

@ -231,3 +231,12 @@ After the cc-ci build completed (2026-06-01), the operator drove a sequence of p
- **PR consolidation (Assistant, one-shot):** every recipe mirror reduced to ≤1 open PR (custom-html #2#1 @1.13.0; ghost #2#1 = backup+upgrade). Verified one-open-PR-per-recipe across all mirrors.
- **Overnight run in flight:** `cc-ci-overnight` (overnight-run.sh) gated on assistant-done + usage-reset + loops-idle, then launched the weekly **`/upgrade-all`** at 03:40Z (DEFAULT, never merges). It will write `/srv/cc-ci/.cc-ci-logs/overnight-report-<date>.md` and ping this session to deliver the operator's **morning** PushNotification (held until then — no overnight ping). The build-complete + regression-shipped headline will be folded into that morning notification.
- **State:** watchdog/loops stopped by design (sequence complete → hourly wake stops too); the overnight runner + the weekly Sun-02:00 timer are the only live automation. Recipe-upgrade PR behavior was also reworked this session: never close unmerged PRs; extend an existing open upgrade PR by commit-on-top (no force-push) instead of a parallel PR; only close merged-upstream PRs.
### Event 2026-06-02 11:40 — OVERNIGHT /upgrade-all COMPLETE (full run, all 18 recipes)
The overnight runner finished and pinged the orchestrator; morning report at `/srv/cc-ci/.cc-ci-logs/overnight-report-2026-06-02.md` (+ `upgrades/upgrade-all-2026-06-02.md`). **Considered 18 · GREEN !testme: 10 · stale-test (commented): 2 · failed: 2 · skipped: 4. Nothing merged.** It followed through on all recipes (the original 7 + the 7 recovered from the abra-auth issue + the rest).
- **GREEN (10):** cryptpad, keycloak, lasuite-meet, mailu, n8n (⚠ pg volume path change), custom-html, custom-html-tiny, uptime-kuma, lasuite-docs, ghost (⚠ supersedes its open ci/mysql-backup PR#1).
- **Stale-test → operator `--with-tests` (2):** matrix-synapse (`test_upgrade_preserves_data`, ci_marker lost across pgautoupgrade 17→18), discourse (`test_create_topic_roundtrip`, Discourse 3.5.0 flipped `allow_uncategorized_topics` default).
- **Failed — pre-existing recipe bugs (2):** mattermost-lts (`test_restore_returns_state` after 3 !testme; backup/restore bug, see ci/pg-restore PR#1), plausible (ClickHouse IPv6 + GHCR move after 3 !testme; see ci/clickhouse-backup-resilient PR#1).
- **Skipped (4):** bluesky-pds / mumble / lasuite-drive up-to-date; immich — abra can't parse tag+digest image refs (explanatory comment left on PR#1).
- **abra-auth issue:** confirmed = go-git needs creds embedded in `origin` URL (ignores insteadOf/.netrc); recovered all 8 at runtime; skills now fixed (this session). TTY `script` wrapper was a separate, also-correct fix.
- **Operator follow-ups:** (a) a few recipes now have 2 open PRs — an upgrade PR alongside a prior backup-fix PR (discourse #2+#1, ghost #3+#1, mattermost-lts #2+#1, plausible #2+#1) — reconcile/close the superseded ones; (b) re-run matrix-synapse + discourse with `--with-tests` to refresh the stale tests; (c) mattermost-lts + plausible failures are pre-existing recipe bugs to investigate.