feat: allow host source workspace bootstrap

This commit is contained in:
Codex
2026-06-29 09:30:38 +00:00
parent c6cfe750c4
commit 0429728330
3 changed files with 252 additions and 0 deletions
+3
View File
@@ -529,6 +529,7 @@ lanes:
- scripts/src/browser-launcher.mjs
- scripts/web-live-dom-probe.mjs
install:
executor: k3s-job
dependencyCommand: npm ci
browserCommand: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
timeoutSeconds: 900
@@ -821,8 +822,10 @@ lanes:
npm --version
npx --version
install:
executor: host
dependencyCommand: npm install --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1
browserCommand: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
stateDir: /var/lib/unidesk/hwlab-source-workspace-install
timeoutSeconds: 900
cicdRepo: /root/workspace/hwlab-v03-cicd.git
cicdRepoLock: /tmp/hwlab-v03-cicd-repo.lock