fix: use owner-level unidesk state
This commit is contained in:
+15
-15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user