chore(roadmap): mark P1.4 complete — runner config migrated

This commit is contained in:
root 2026-05-25 03:15:54 +00:00
parent 74ec038b09
commit 19101496a7

View File

@ -60,9 +60,9 @@ Total phases: **6** (P0 → P5) + **Review handoff (P6)**
- [x] **P1.3** Obtain registration token from Gitea (instance level) - [x] **P1.3** Obtain registration token from Gitea (instance level)
- Commit: _none (token in memory only)_ - Commit: _none (token in memory only)_
- Status: `Existing global runner registration found in Gitea UI: id=1 name=bytelyst-host-runner version=v0.3.0 status=Idle. No new registration token needed; reuse existing registration for migration.` - Status: `Existing global runner registration found in Gitea UI: id=1 name=bytelyst-host-runner version=v0.3.0 status=Idle. No new registration token needed; reuse existing registration for migration.`
- [ ] **P1.4** Register runner with config.yaml (Docker mode, `node:20-bookworm` label mapping) - [x] **P1.4** Register runner with config.yaml (Docker mode, `node:20-bookworm` label mapping)
- Commit: _system change_ - Commit: _system change_
- Status: `<runner name: hostinger-bytelyst-1, labels: ...>` - Status: `Reused existing global runner registration bytelyst-host-runner; migrated .runner into /home/gitea-runner/act_runner with Docker-mode labels ubuntu-latest/linux/bytelyst/hostinger -> node:20-bookworm. Config permits only /home/gitea-runner/.gitea_npm_token as workflow bind mount.`
- [ ] **P1.5** Mount `~/.gitea_npm_token` to `gitea-runner` (mode 600) - [ ] **P1.5** Mount `~/.gitea_npm_token` to `gitea-runner` (mode 600)
- Commit: _system change_ - Commit: _system change_
- Status: `<copied from <user>, owner gitea-runner:gitea-runner, mode 600, bytes=...>` - Status: `<copied from <user>, owner gitea-runner:gitea-runner, mode 600, bytes=...>`