From 79134a94e8bebfd8810d8f2058d8dd99ff08f3b7 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Thu, 11 Jun 2026 21:55:16 +0000 Subject: [PATCH] =?UTF-8?q?memory:=20drop=20drone=20P0=20host-deploy=20not?= =?UTF-8?q?e=20=E2=80=94=20/etc/timezone=20present=20on=20cc-ci,=20prerequ?= =?UTF-8?q?isite=20satisfied=20(drone=20phase=20deploying=20gitea=20fine)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- memory/MEMORY.md | 1 - memory/drone-phase-p0-host-deploy.md | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 memory/drone-phase-p0-host-deploy.md diff --git a/memory/MEMORY.md b/memory/MEMORY.md index c5220da..bfbd7d7 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -10,5 +10,4 @@ - [Drone sqlite log extraction](drone-sqlite-log-extraction.md) — copy /data/database.sqlite from drone container, query builds→stages→steps→logs for full step output - [plausible upgrade-base trap](plausible-upgrade-base-trap.md) — RESOLVED: PR#3 GREEN L4; lessons: check harness base version pre-!testme; backupbot v2 label syntax; TinyLog not FREEZEable; BEAM exit-0 needs restart_policy any - [Swarm UpdateStatus convergence gotchas](swarm-updatestatus-convergence-gotchas.md) — N/N is not converged mid stop-first update; paused flag persists forever; only updating/rollback_started are active -- [drone phase P0 host deploy](drone-phase-p0-host-deploy.md) — orchestrator must nixos-rebuild cc-ci host (/etc/timezone, commit 3bde76f) before phase `drone` can run gitea - [Weekly upgrade queued after phases](weekly-upgrade-queued-after-phases.md) — 06-12 cron skipped; auto-runs /upgrade-all when phase queue (drone) finishes; don'\''t systemctl start the timer diff --git a/memory/drone-phase-p0-host-deploy.md b/memory/drone-phase-p0-host-deploy.md deleted file mode 100644 index 25a9d9a..0000000 --- a/memory/drone-phase-p0-host-deploy.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: drone-phase-p0-host-deploy -description: "Phase `drone` P0 — orchestrator must deploy /etc/timezone host fix (nixos-rebuild on cc-ci) before gitea/drone work can run" -metadata: - node_type: memory - type: project - originSessionId: 85355980-5e4f-4f90-b1ca-d0e4fe82f04b ---- - -When the cc-ci phase queue reaches phase `drone` (or STATUS-drone.md says BLOCKED on P0), -the ORCHESTRATOR must deploy the committed host fix: cc-ci repo commit `3bde76f` adds -`environment.etc."timezone" = "UTC\n"` to `nix/hosts/cc-ci/configuration.nix`. Deploy = -sync `/root/cc-ci` on the CI host (operator-synced non-git copy, STALE re this commit) -with the current repo state, then `nixos-rebuild switch --flake /root/cc-ci#cc-ci` (ssh -alias `cc-ci`, root). Verify `test -f /etc/timezone` (content `UTC`). Do it at a quiet -CI moment (rebuild may restart services). Loops must NOT do host changes themselves — -plan: cc-ci-plan/plan-phase-drone-enroll.md §0. Queued 2026-06-11; phases before it: -bsky → dstamp → mailu → kuma.