3.4 KiB
3.4 KiB
作成
LocalTicketBackend によって作成されました。
Intake summary
Marked ready by yoi ticket state.
State changed
Marked ready by yoi ticket state.
State changed
Ticket を yoi ticket が queued にしました。
State changed
State changed to inprogress.
Implementation report
Implemented filesystem option cleanup for worker-runtime-rest-server.
- Kept
--store <fs>as the only accepted store selector value. - Added
--no-storeto represent the old ephemeral memory Runtime catalog mode. - Changed
--fs-rootto mean the top-level filesystem-backed storage root. - Added
--fs-worker-dirfor Worker storage, defaulting to<fs-root>/worker. - Added
--fs-runtime-dirfor Runtime catalog storage, defaulting to<fs-root>/runtime. - Added
--workdir-targetfor Workdir materialization, defaulting to<fs-root>/workdirs. - Removed the old
--worker-store-dir,--worker-metadata-dir, and--worker-runtime-base-dirCLI options. - Worker session store, Worker metadata store, Worker controller runtime base, and workdirless Worker root are now derived from
--fs-worker-dir.
Validation:
cargo fmt --checkgit diff --checkcargo check -qcargo check -q -p worker-runtime --features fs-store,ws-servercargo test -q -p worker-runtime --features fs-store,ws-servercargo test -q -p yoi-workspace-servercargo run -q -p worker-runtime --features ws-server,fs-store --bin worker-runtime-rest-server -- --helpcargo run -q -p worker-runtime --features ws-server,fs-store --bin worker-runtime-rest-server -- --store memoryrejects the old memory store selectorcargo run -q -p worker-runtime --features ws-server,fs-store --bin worker-runtime-rest-server -- --worker-store-dir /tmp/xrejects the removed worker path option- Started
worker-runtime-rest-serverwith--fs-root /tmp/yoi-runtime-fs-options-testand verified/v1/runtimeresponds withbackend: fs_storewhile using the derived runtime directory. nix build .#yoi --no-link
State changed
State changed to done.
State changed
Ticket を closed にしました。
完了
Ticket 00001KXDEVT13 (Normalize worker runtime filesystem options) はすでに state: done に到達していたため、workspace Dashboard から close しました。
この Close action によって、実装作業、state 変更、Orchestrator/Companion launch、worker invocation は開始されていません。