fix: use owner-level unidesk state

This commit is contained in:
Codex
2026-07-10 05:09:13 +02:00
parent 01ff35d0f8
commit fbd9dbbae1
48 changed files with 133 additions and 148 deletions
+15 -15
View File
@@ -62,27 +62,27 @@ gc:
enabled: false
keepDays: 14
fileRoots:
e2e: .state/e2e
validation: .state/validation
jobs: .state/jobs
codex-queue-output-archive: .state/codex-queue/output-archive
e2e: /root/.unidesk/.state/e2e
validation: /root/.unidesk/.state/validation
jobs: /root/.unidesk/.state/jobs
codex-queue-output-archive: /root/.unidesk/.state/codex-queue/output-archive
dirRoots:
deploy-exports: .state/deploy/exports
deploy-resolve: .state/deploy/resolve
deploy-exports: /root/.unidesk/.state/deploy/exports
deploy-resolve: /root/.unidesk/.state/deploy/resolve
stateStaleScratch:
enabled: false
keepHours: 24
fileRoots:
playwright-cli-screenshots: .state/playwright-cli/screenshots
playwright-cli-sessions: .state/playwright-cli/sessions
perf: .state/perf
tmp: .state/tmp
web-observe: .state/web-observe
playwright-cli-screenshots: /root/.unidesk/.state/playwright-cli/screenshots
playwright-cli-sessions: /root/.unidesk/.state/playwright-cli/sessions
perf: /root/.unidesk/.state/perf
tmp: /root/.unidesk/.state/tmp
web-observe: /root/.unidesk/.state/web-observe
dirRoots:
hwlab-cd: .state/hwlab-cd
codex-queue-stats-verify: .state/codex-queue-stats-verify
codex-queue-perf: .state/codex-queue-perf
tmp: .state/tmp
hwlab-cd: /root/.unidesk/.state/hwlab-cd
codex-queue-stats-verify: /root/.unidesk/.state/codex-queue-stats-verify
codex-queue-perf: /root/.unidesk/.state/codex-queue-perf
tmp: /root/.unidesk/.state/tmp
legacyDockerImages:
enabled: true
minAgeHours: 12